mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Issue #9.
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