1 2 3 4 5 6 7 8 9
use std var a : int8 = 6 const f = { -> int8 -> 3 } const main = { std.exit(((a*f()) castto(int))) }