const io from @'core/io'; @main { let age : i32 = 64; io.out('I am '); io.out(age); io.outln(' years old.'); }