FISH Options

../../../../../../../../_images/dlg_options_fish.png
Automatic creation of global symbols

When checked, if an unrecognized name is found while parsing a FISH function, a global symbol is automatically created. If unchecked, global symbols must be explicitly declared using the FISH keyword global.

Conversion of booleans to integers

When checked, allows automatic conversion of an bool type to an integer type.