You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
angerangel edited this page Mar 15, 2013
·
1 revision
USAGE
DO-COMMANDS commands
DESCRIPTION
Evaluate a block of extension module command functions (special evaluation rules.)
DO-COMMANDS is a native value.
ARGUMENTS
commands -- Series of commands and their arguments (block!)
#SOURCE
do-commands: make native! [ [
{Evaluate a block of extension module command functions (special evaluation rules.)}
commands [block!] "Series of commands and their arguments"
] ]