Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Implicit lexical scope

The topmost scope from which all scopes inherit is implicitly created by ShockScript.

Imports

The topmost scope imports the top-level package by wildcard. It is allowed to shadow names from the top-level package, in which case, the SX alias may be used to access the top-level package.

SX

The top-level package defines an SX property, which is an alias to a package wildcard import of the top-level package.

Intl

The top-level package defines an Intl property, which is an alias to a package wildcard import of the org.shockscript.intl package.

Temporal

The top-level package defines an Temporal property, which is an alias to a package wildcard import of the org.shockscript.temporal package.