JScript  

Option Directive

[This is preliminary documentation and subject to change]

Sets a specified compiler directive.

@set @option(fast)

Remarks

By default, the fast option is enabled for all packages, except the default package, which contains all legacy scripts. This allows older scripts to continue working without the stricter rules enforced upon new scripts for the current version of JScript.

When option fast is enabled, the following JScript behavior is activated:

Requirements

Version 7

See Also

Debug Directive | Position Directive