johanberntsson / PunyInform

A fast and compact library for writing text adventure games for the Z-machine running on 8-bit computers as well as other platforms.
MIT License
176 stars 17 forks source link

Replacement of dictionary words with available constants #94

Closed auraes closed 2 years ago

auraes commented 2 years ago

In the _IsSentenceDivider() function, the dictionary words 'and' and 'then' could be replaced by the available constants: AND_WORD and THEN1__WD.

fredrikr commented 2 years ago

Thanks. Fixed.