Module lep::builtin

source ·

Functions

The + function.
The car function.
The cdr function.
The cons function.
The / function.
The drop function.
Convert an object to a boolean value. The (), false, 0 (i64) and "" (String) values are considered false; all other objects are considered true.
The list function.
The * function.
The not function.
Register all built-in functions.
The - function.
The take function.