Small wording change.

This commit is contained in:
Sei Lisa 2015-04-15 22:52:49 +02:00
parent be86216124
commit 1c16355187

View file

@ -201,7 +201,7 @@ Optimizer options (+ means active by default, - means inactive by default):
extendedglobalexpr + Enables arbitrary expressions in globals (as opposed to
dull simple expressions allowed by regular LSL). Needs
the optimizer to run for the result to be compilable.
constant folding active for the result to be compilable.
breakcont - Allow break/continue statements for loops. Note that
when active, 'break' and 'continue' become reserved
words, but when inactive they can be used as variables.