Function Calls Within Function Calls

Overcat
26 Apr 2009, 23:15
Would be great to be able to call functions within functions:

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 $.