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.
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 useraw
as a workaround.If the user does explicitly provide a terminator, poryscript could be smart and not add a redundant terminator.