Allow expressions in function call
Created by: vaussard
When calling a function, only numerals and variables can be used. What about having more complex expressions? Like:
call foo(x+y)
Created by: vaussard
When calling a function, only numerals and variables can be used. What about having more complex expressions? Like:
call foo(x+y)