diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-14 15:42:48 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-14 15:43:24 -0800 |
| commit | c1c32688a4afc43f6addb99b8b5fa878944a70e3 (patch) | |
| tree | c886f21b5b08a9053aa74fcba4b241dae5ede76d /examples | |
| parent | 2309b696fc34b24f05f6658b94f9105ca8ee76e4 (diff) | |
Overhaul in progress, mostly working. Moved all the nomsu packages into
lib/, including core/*. Changes to how nomsu environments and importing
work.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/how_do_i.nom | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/how_do_i.nom b/examples/how_do_i.nom index 14e7481..906ef74 100644 --- a/examples/how_do_i.nom +++ b/examples/how_do_i.nom @@ -6,11 +6,9 @@ is considered part of the comment (including any deeper-level indented text) The comment ends when the indentation ends -# How do I import a file? -use "lib/os" -# How do I import all the files in a directory? -use "lib" +# How do I import a libarary? +use "consolecolor" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
