Next: SIC APPEND
Up: SIC Language Internal Help
Previous: SAY /FORMAT
Contents
Index
SIC
[SIC\]SIC Arg1 Arg2 [... ArgN]
The SIC command has 3 categories of actions:
(1) File Handling actions:
These are used to manipulate files in a system independent ways from SIC
procedures.
SIC APPEND File FileAppended
SIC COPY FileOld FileNew
SIC DELETE File
SIC DIRECTORY Directory
SIC EXPAND Infilename Outfilename
SIC FIND FileFilter
SIC MKDIR New_Directory
SIC MODIFIED FileName StrName
SIC OUTPUT FileNew
SIC RENAME FileOld FileNew
SIC SAVE FileNew Command
SIC SEARCH File (Obsolescent)
(2) SIC status actions:
These are used to toggle some mode of the SIC monitor, or control some
SIC monitor parameter. When called with no further argument, the status
of the item will be displayed.
SIC EDIT
SIC ERROR
SIC EXTENSION MacroExtension
SIC HELP HelpMode
SIC INTEGER SHORT|LONG
SIC LOGICAL LogName [Translation]
SIC Language\ [Status]
SIC MACRO MacroPath
SIC MEMORY
SIC MESSAGE
SIC PRECISION
SIC PRIORITY [Level Language]
SIC RANDOM_SEED
SIC SYNTAX
SIC SYSTEM
SIC TIMER
SIC VERIFY
SIC VERSION
SIC WHICH
SIC WINDOW
(3) Miscellaneous actions:
These execute some system actions, or return some system information.
SIC BEEP [N]
SIC CPU
SIC DATE
SIC DEBUG
SIC LOCK LockFile
SIC USER
SIC WAIT Seconds
SIC DELAY [Seconds]
SIC FLUSH
Subsections
Gildas manager
2014-07-01