Files
asl/test/parser_func_call.asl

6 lines
77 B
Plaintext

func myFunc(a, b) {
return a > b;
}
myFunc(1+3/4, 2-(66*22)/3-((123)));