mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Started testing for parser.
This commit is contained in:
@@ -2,4 +2,4 @@ func foo(a, b) {
|
||||
return a > b;
|
||||
}
|
||||
|
||||
var x = foo();
|
||||
var x = foo(1, 2);
|
||||
|
||||
Reference in New Issue
Block a user