TABLE OF CONTENTS
- 1. ksi/sys
ksi/sys [ Modules ]
NAME
sys - module that provides operating system functions
SYNOPSIS
get_args: procedure (pargc, pargv)
execute: procedure (pcmd)
terminate: procedure (code)
DESCRIPTION
The function of the module sys is to provide functions that are
typically provided by the Operating System. These include
get_args, a function that returns the command line arguments,
execute, to execute a program, and terminate, a function that
terminates the executing program.