mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 03:50:25 +00:00
Merge remote-tracking branch 'origin/master' into feature/code-keyword
Conflicts: in/simple.asl
This commit is contained in:
3
test/parser_func_params.asl
Normal file
3
test/parser_func_params.asl
Normal file
@@ -0,0 +1,3 @@
|
||||
func myFunc(a = 1, b = 2) {
|
||||
return a+b;
|
||||
}
|
||||
Reference in New Issue
Block a user