Handle function definition before use

And some other ReducedAST - Evaluation niceties
This commit is contained in:
greg
2018-05-13 17:24:21 -07:00
parent 6d93c758a2
commit 8d6fea942f
3 changed files with 35 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
println(a(4))
println(sua(4))
fn sua(x): Int {
x + 10