parser: maybe fixed a parser bug; examples: added them
This commit is contained in:
3
examples/higherorder.bc
Normal file
3
examples/higherorder.bc
Normal file
@@ -0,0 +1,3 @@
|
||||
define inc(x) { x + 1}
|
||||
define call(f, arg) { f(arg)}
|
||||
call(inc, 10)
|
Reference in New Issue
Block a user