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