mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
added new repository layout and unified tests
This commit is contained in:
5
test/func_call.asl
Normal file
5
test/func_call.asl
Normal file
@@ -0,0 +1,5 @@
|
||||
func myFunc(a, b) {
|
||||
return a > b;
|
||||
}
|
||||
|
||||
myFunc(1+3/4, 2-(66*22)/3-((123)));
|
||||
Reference in New Issue
Block a user