EXECCMD
Syntax
EXECCMD(<expr>)
Description
Executes <expr> as a tokenised Basic string,
or if starts with PROC or FN then will
tokenise the subroutine call.
To assign a variable no tokenisation is
necessary, ie. EXECCMD("global_var%=42")