From c1c32688a4afc43f6addb99b8b5fa878944a70e3 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 14 Jan 2019 15:42:48 -0800 Subject: Overhaul in progress, mostly working. Moved all the nomsu packages into lib/, including core/*. Changes to how nomsu environments and importing work. --- examples/how_do_i.nom | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'examples') 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" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3