![]() |
![]()
| ![]() |
![]()
INTRODUCTIONThis manual page documents the standard library of variables and functions available for use in KL-EL expressions. For documentation on how to embed the KL-EL compiler and interpreter in an application, see klelapi(3). For a tutorial on how to use the library, see kleltut(3). For documentation on the expression language itself, see klellang(3). FUNCTIONSThe following sub-sections describe the various arithmetic, string, and time functions exported by the standard library for general use in KL-EL expressions. ARITHMETIC FUNCTIONS
STRING FUNCTIONS
TIME FUNCTIONS
ERROR FUNCTIONS
VARIABLESThe following variables are defined in the standard library: ======= DEFINITION ======= t d y e p s e c r i p t i o n ====== VARIABLE ========================== true B Boolean true false B Boolean false pi R 3.1415926535897932384 (approximation) e R 2.7182818284590452354 (approximation) SEE ALSOklel-expr(1), klelapi(3), klellang(3), kleltut(3)
|