W Wrapl, The Programming Language

Libraries Sys.Program

Constants

Args : Agg.List.T

The command line arguments.

Functions

Break()

Exit(code @ Std.Integer.SmallT = 0)

Terminates the program with exit code code.

OnInt(handler @ Std.Function.T)

Installs handler to handler Ctrl-C presses at the terminal

This function is kinda hacky, try not to use it :)

OnUrg(handler @ Std.Function.T)

Installs handler to handler OOB data

This function is kinda hacky, try not to use it :)

Restart()

Sleep()