diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-06-28 18:34:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 18:34:17 -0400 |
commit | 116d7bc297727191c594d5ecaf875d3fc9c8d9a4 (patch) | |
tree | f831c9768b9d4e25c36b9412cea735aafd5a0100 | |
parent | 55019e87614f885ce4c5805cb9ce6bf1213330a8 (diff) |
Update examp.tnsl
-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" |