parse tweaks
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
x = 1;
|
||||
function add_x(y) x + y;
|
||||
a = 3;
|
||||
function add_x_twice(y) add_x(y) + x
|
||||
function add_x_twice(y) add_x(y) + x;
|
||||
print x;
|
||||
result = add_x(a);
|
||||
print x;
|
||||
|
||||
Reference in New Issue
Block a user