System.Option - Manhunter07/MFL GitHub Wiki

Declaration

function Option(Name: System.Identifier) = \built-in\

Description

The Option function in the System package returns the then-current value of a compiler option. The option name (identifier) must be passed as a string argument that is a valid identifier. The result type depends on the option specification.

See also