5 lines
86 B
Text
5 lines
86 B
Text
include "../stdlib/stdlib.ayin"
|
|
|
|
let main = fn() {
|
|
map(fn (x) { x + 1 }, [1,2,3])
|
|
}
|