⇐ Index
refcall
Takes a string from the stack and invokes a function of that name. Note that the string is case insensitive.
refcall ("MyFunc") :MyFunc trace("MyFunc called")