| J | |
| Jump Statements | |
| K | |
| key_list | |
| key_to_int | |
| Keyboard Primitives | |
| keyboard_flush | |
| keyboard_pop | |
| keyboard_push | |
| keyboard_typeables | |
| Keyboards | |
| Keywords | |
| L | |
| Language Specification | |
| lastof | |
| Lazy Evaluation | |
| ldexp | |
| left | |
| length_of_list | |
| Lexical elements | |
| libarchive | |
| libbzip2 | |
| libcharudet | |
| libguess | |
| liblzma | |
| libmagic | |
| Library Reference | |
| libregex | |
| libteken | |
| libz | |
| Line Numbers | |
| link | |
| list | |
| List Primitives | |
| List Types | |
| list_each | |
| list_extract | |
| list_of_dictionaries | |
| list_reset | |
| Literals | |
| load_keystroke_macro | |
| load_macro | |
| localtime | |
| log | |
| log10 | |
| Logical Operators | |
| lower | |
| lstat | |
| ltrim |
Retrieve keyboard bindings.
list key_list( int kbdid, [int self_inserts = 0], [int bufnum] )
Convert key name to a code.
int key_to_int( string key, int raw )
Flush the keyboard buffer.
void keyboard_flush()
Pop a keyboard from the keyboard stack.
void keyboard_pop( [int save = FALSE] )
Push a keyboard onto the keyboard stack.
void keyboard_push( [int kbdid] )
Assign self_insert to all typeable keys.
int keyboard_typeables()
Rightmost character search.
int lastof( string str, string chars, [int &result] )
Multiply by a power of two.
float ldexp( float val, int exp )
Move position left one charcter.
int left( [int columns = 1], [int wrap = TRUE] )
Determine list element count.
int length_of_list( list lst )
Link a file.
int link( string path1, string path2 )
Declare a list symbol.
list sym1, sym2 ...;
Iterator though the list elements.
int list_each( list lst, declare & value, [int increment = 1] )
Extract list elements.
list list_extract( list lst, int start, [int end], [int increment] )
List of created dictionaries.
list list_of_dictionaries( [bool nonempty = false], [bool named = false] )
Reset the list iterator.
int list_reset( list lst )
Load a recorded macro from a file.
int load_keystroke_macro( string def )
Load a macro object.
int load_macro( string filename, [int reload = 1] )
Convert a time value to local time components.
int localtime( [int time = NULL], [int &year], [int &mon], [int &mday], [string &monname], [string &dayname], [int &hour], [int &min], [int &sec] )
Natural logarithm.
float log( float x )
Base 10 logarithm function.
float log10( float val )
Convert string or character to lowercase.
string|int lower( string str|int character )
Get symbolic link status.
int lstat( string path, [int size], [int mtime], [int ctime], [int atime], [int mode], [int uid], [string uid2name], [int gid], [string gid2name], [int nlink], [int inode] )
Chomp characters from the front of a string.
string ltrim( string str, [string chars = " \\t\\r\\n"] )