summaryrefslogtreecommitdiff
path: root/examp.tnsl
diff options
context:
space:
mode:
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"