diff options
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 7c3a2bec5..343098d73 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -1463,6 +1463,7 @@ generally cleaner: --------------------------------------- *callsub <label>{,<argument>,...<argument>}; +*callsub(<label>{,<argument>,...<argument>}) This command will go to a specified label within the current script (do NOT use quotes around it) coming in as if it were a 'callfunc' call, and pass it |