/; get_first (~uint8 str) [uint8] return str{0} ;/ /; main (int argc, ~~uint8 argv) [int] int a, b get_first(a + b, 1) return get_first("1234") ;/