Modules: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 1: | Line 1: | ||
= Useful S-Lang modules = | == Useful S-Lang modules == | ||
S-Lang modules are packages containing several functions. They have to be loaded before they can be used: | S-Lang modules are packages containing several functions. They have to be loaded before they can be used: | ||
Revision as of 16:55, 11 April 2018
Useful S-Lang modules
S-Lang modules are packages containing several functions. They have to be loaded before they can be used:
isis> require("modulename");
Have a look here http://www.jedsoft.org/slang/modules/ for a list of common modules. Some modules you have to know: