SplitScript reference / Migration / Assignments to current

Assignments to current

Migration from ASL

Source pattern

Look for the ASL concept Assignments to current in the source. The semantic difference below is more important than a token-for-token rewrite.

Canonical SplitScript

Use the canonical language and API symbols linked below.

Semantic difference

Assign directly to current.field for an explicit post-read override; old remains read-only. Use a trailing state-field if when rejection must happen at the transactional acceptance boundary, including the first snapshot.

Supported hosts

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