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
##Description
This unit contains the predefined subprograms that deal with the operating system directly (getting the process id, getting run time arguments and executing commands in the operating system, etc.).
All routines in the Sys unit are exported qualified (and thus must be prefaced with "Sys.").
##Entry Points
sys_getcomputername.html Gets the name of the computer.
sys_getenv.html Gets a string associated with an environment variable.
sys_getpid.html Gets the current process ID for Turing.
sys_getusername.html Gets the name of the user currently logged on.
sys_exec.html Executes a program or opens a data file using the operating system.
sys_nargs.html Gets the number of run time arguments (exported unqualified).
sys_fetcharg.html Gets a specified run time argument (exported unqualified).