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