Pigeonhole Sieve: Variables Extension¶
Settings¶
- sieve_variables_max_scope_size¶
Default:
255
Values: Unsigned integer
New in version v0.5.0.
The maximum number of variables that can be declared in a scope.
There are currently two variable scopes: the normal script scope and the global scope created by the include extension.
Note
The minimum value for this setting is 128.