EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

System

System functions.

 
max Determining the largest of two numbers.
min Determining the smallest of two numbers.

Callback and search features

callback Create a callback function.
freecallback Free a created callback function.
getid Getting the code of an object by its name.

Type functions

destroy Destroying an object.
new Creating an object.
sizeof Get the size of the type.
type_delete Delete the object as located by the pointer.
type_hasdelete Whether an object should be deleted.
type_hasinit Whether an object should be initialized.
type_init Initiate the object as located by the pointer.