1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
ASIStant - ASIS Tester And iNTerpreter, v1.5
(C) 1997-2010, Free Software Foundation, Inc.
Asis Version: ASIS 2.0.R
Couldn't open script file -b. Check the filename.
>help
help
ASIStant - ASIS Tester And iNTerpreter, v1.5
(C) 1997-2010, Free Software Foundation, Inc.
List of ASIStant utilities :
HELP (<topic-name>) Displays help for a specific <topic-name>
IF (<bool-expr>,<expr1>[,<expr2>]) Executes <expr1> if <bool-expr> is true,
otherwise, executes <expr2> if present
INFO Displays ASIS and ASIStant technical info
LOG [("<filename>")] Opens file as a current log/closes current log
LOGLEVEL (<level>) Sets a logging level to integer <level>, 0..5
PAUSE Pauses current script
PRINT (<variable>) Prints a value of a variable
PRINTDETAIL ("{D|d}{T|t}") Changes PRINT settings
QUIT [(<exit-status>)] Exits program returning <exit-status> or 0
RUN [("<filename>")] Launches script <filename>/resumes paused script
(IRUN = interactively)
SET ( <ID>, <expr> ) Declares or changes variable <ID>
Please refer to ASIStant User's Guide for more information.
>quit
quit
|