λ Support functions! #5

Open
acw wants to merge 59 commits from awick/functions into develop
Showing only changes of commit 77c4277625 - Show all commits

View File

@@ -1,4 +1,4 @@
x = 5;
x = 4*x + 3;
y = 4*x + 3;
print x;
print y;