Wrapl, The Programming Language
Home
About
Features
Status
Contact
Documentation
Tutorial
Reference
Syntax
Expressions
Sample
Libraries
Download
Source
Binaries
Links
Other Languages
Development Tools
Libraries
Discuss
Mailing List
Forum
Search
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
(
)
Program
Constants
Functions