summaryrefslogtreecommitdiff
path: root/examp.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-06-28 18:34:17 -0400
committerGitHub <noreply@github.com>2020-06-28 18:34:17 -0400
commit116d7bc297727191c594d5ecaf875d3fc9c8d9a4 (patch)
treef831c9768b9d4e25c36b9412cea735aafd5a0100 /examp.tnsl
parent55019e87614f885ce4c5805cb9ce6bf1213330a8 (diff)
Update examp.tnsl
Diffstat (limited to 'examp.tnsl')
-rw-r--r--examp.tnsl7
1 files changed, 4 insertions, 3 deletions
diff --git a/examp.tnsl b/examp.tnsl
index f06da43..8d5e257 100644
--- a/examp.tnsl
+++ b/examp.tnsl
@@ -8,9 +8,10 @@
# Preprocessor directives are like this
-:pack main
-:import what.tnsl
-:import "what.tnsl"
+# Import from library using '
+:import 'what/what.tnsl'
+# Import from local file using "
+:import "what/what.tnsl"