====== <<back>> ======

The <<back>> macro provides a "<- back" link and will, upon being clicked, either move backward one passage in the history of the story or, when given a parameter, will go back to that exact passage in the history of the story. 

(See also: [[ twine1:return | <<return>> ]] macro )

===== Previous Passage Example: =====
<code>
<<back>>
</code>

===== Going back to "Start" Passage Example: =====
<code>
<<back "Start">>
</code>
 