System.DumpFuncSyntax - Manhunter07/MFL GitHub Wiki
Declaration
function DumpFuncSyntax(FunctionRef): string = \built-in\
Description
The CallStack
function in the System
package returns the syntax of the function passed by reference as argument printed to a multi-line string.
Remarks
This function is reserved for internal use and testing scenarios only. Due to the desired abstraction of the execution environment from the scripting inside, it should never be called.