From 1c16355187ec2c136fe84f0b4d40f78d9ff2010c Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Wed, 15 Apr 2015 22:52:49 +0200 Subject: [PATCH] Small wording change. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d3a6fdf..c71069c 100755 --- a/main.py +++ b/main.py @@ -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.