aboutsummaryrefslogtreecommitdiff
path: root/examples/how_do_i.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-23 15:07:31 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-23 15:07:31 -0700
commit0dbfdc810d8eeb80fc45d849e1ff623f13913163 (patch)
treecf8bec2bd881b462beaa923379ee611709b0f9e9 /examples/how_do_i.nom
parent468656b9ef1c96be8e10bafbb03087e8cc80ca09 (diff)
parent8c249a1af381cde049633c84a3889260ae07957c (diff)
Merge branch 'default_core' into working
Diffstat (limited to 'examples/how_do_i.nom')
-rw-r--r--examples/how_do_i.nom4
1 files changed, 2 insertions, 2 deletions
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!"