Standard Library
In this chapter, the standard library is documented. Because the standard library is strictly typed, this chapter not only deals with the provided modules but also provides the type signatures of the input types and the returned types of these functions.
Return types
All functions which returns void can get another return type at any release.
All object return types can be extended by additional members at any release.
Furthermore, the return values of callback functions, which currently should return void, may be ignored for now, but that can change in any future release.