Skip to content
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"
] ]
Clone this wiki locally