1 2 3 4 5 6 7
/* HELLO! Welcome to the unnamed language */ let main = () => { print(18); return 2; };