include "../stdlib/stdlib.ayin" let main = fn() { map(fn (x) { x + 1 }, [1,2,3]) }