1 2 3 4 5 6 7
fn main() { val test = 0; println(istr(test)); #test = 1; println(istr(test)); return 0; }