io ::= pkg "std/io"; hw ::= fn() int { io.puts("Hello, world!"); 3 }; main ::= fn() { x::=hw(); hw(); };