current-time | (current-time) | Return the current time in seconds
|
fake-startup-parameters | (fake-startup-parameters source-file startup-dir) | Fake the contextual startup parameters to a specific source file name and a specific startup directory. |
laml-canonical-command-line | (laml-canonical-command-line) | Return the contextual command line information passed to LAML upon activation. |
mail | (mail receiver title contents) | Mail sending support: Send an email to a receiver. |
make-directory-in-directory | (make-directory-in-directory in-directory-path new-dir) | Make a new directory, new-dir, in the directory path (first parameter). |
sort-list | (sort-list list com) | Sort list using the comparison predicate
|