SplitScript reference / Migration / Absent optional values

Absent optional values

Migration from JavaScript

Source pattern

  • JavaScript: null

Canonical SplitScript

  • null becomes None.

Use the canonical language and API symbols linked below.

Semantic difference

None is SplitScript's zero-sized unit value and the absent side of an option.

Supported hosts

This uses the standard SplitScript runtime contract. Any provider-specific requirements are documented by the linked canonical API.