Add support for syntax blocks.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
x = 1;
|
||||
function add_x(y) x + y
|
||||
function add_x(y) x + y;
|
||||
a = 3;
|
||||
function add_x_twice(y) add_x(y) + x
|
||||
print x;
|
||||
|
||||
Reference in New Issue
Block a user