huderlem/poryscript

Consider automatically adding terminator to strings.

huderlem opened this issue · 1 comments

99.999% of the time, you will want your script's text to have a terminator $. Requiring the user to manually insert the terminator is a bit cumbersome. If any text wants to omit the terminator, you can use raw as a workaround.

If the user does explicitly provide a terminator, poryscript could be smart and not add a redundant terminator.

This is is master now. 319a51f