[[https://twinery.org/wiki/twine_1.4.2_release_notes|Twine 1.4.2]] is the most current version of the Twine 1 branch of code. While still used by many, current development has stoped. (The most current branch is Twine 2.)

Twine 1.4.2 supports two story formats: Jonah and Sugarcane. Each supplies a different visual style with compatibility across both in the form of macro usage.

====== Macros ======

The following macros are available in Twine 1.4.2:

  * [[twine1:display|<<display>>]]
  * [[twine1:print|<<print>>]]
  * [[twine1:set|<<set>>]]
  * [[twine1:if|<<if>>]]
  * [[twine1:endif|<<endif>>]]
  * [[twine1:else|<<else>>]]
  * [[twine1:remember|<<remember>>]]
  * [[twine1:forget|<<forget>>]]
  * [[twine1:nobr|<<nobr>>]]
  * [[twine1:silently|<<silently>>]]
  * [[twine1:endsilently|<<endsilently>>]]
  * [[twine1:choice|<<choice>>]]
  * [[twine1:back|<<back>>]]
  * [[twine1:return|<<return>>]]
  * [[twine1:checkbox|<<checkbox>>]]
  * [[twine1:radio|<<radio>>]]
  * [[twine1:textinput|<<textinput>>]]
  * [[twine1:button|<<button>>]]

====== JavaScript Functions ======



