From 6e5d551071cdf0e03cca7f8c9ca5e54244e2b150 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 23 Jul 2018 14:53:12 -0700 Subject: Run 'use "core"' by default before running anything else, unless --no-core command line flag is used. --- examples/how_do_i.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/how_do_i.nom') diff --git a/examples/how_do_i.nom b/examples/how_do_i.nom index 03a910a..bb5df5a 100644 --- a/examples/how_do_i.nom +++ b/examples/how_do_i.nom @@ -7,10 +7,10 @@ (including any deeper-level indented text) The comment ends when the indentation ends # How do I import a file? -use "core/control_flow.nom" +use "lib/os.nom" # How do I import all the files in a directory? -use "core" +use "lib" # How do I print stuff? say "Hello world!" -- cgit v1.2.3