Function Calls Within Function Calls
Overcat
26 Apr 2009, 23:15Would be great to be able to call functions within functions:
I think this would require that all functions have trailing round brackets, even if no parameters were specified. That way Quest could tell the difference between an opening $ and a closing $.
do <$SomeFunction($AnotherFunction()$)$>
I think this would require that all functions have trailing round brackets, even if no parameters were specified. That way Quest could tell the difference between an opening $ and a closing $.