diff options
-rw-r--r-- | examp.tnsl | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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" |