This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
twine1:code [2016/05/09 19:37] 127.0.0.1 external edit |
twine1:code [2017/10/09 20:39] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | <- [[Finishing Up And Proofing Your Work]] --------- [[display|Displaying A Passage Within Another]]-> | ||
- | |||
===== Why Use Code? ===== | ===== Why Use Code? ===== | ||
Line 29: | Line 27: | ||
Even though macros are never seen by a reader, they are designed so that they make sense to someone reading your source code -- even someone who may not be familiar with them, as you are right now. Nevertheless, you don't need to understand how a macro works. You only need to know how to use it to accomplish what your story needs to do. | Even though macros are never seen by a reader, they are designed so that they make sense to someone reading your source code -- even someone who may not be familiar with them, as you are right now. Nevertheless, you don't need to understand how a macro works. You only need to know how to use it to accomplish what your story needs to do. | ||
- | <- [[Finishing Up And Proofing Your Work]] --------- [[display|Displaying A Passage Within Another]]-> |