1 2 3 4 5 6 7 8
module builtin pub fn (i int) str() string { mut res := '' #res = new builtin.string( i ) return res }