SplitScript reference / Migration / Bounded integer ranges
Bounded integer ranges
Migration from ASL, C#, Rust
Source pattern
Look for the ASL, C#, Rust concept Bounded integer ranges 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
Use ..< for an exclusive upper endpoint or ..= for an inclusive one; SplitScript rejects bare .. so the endpoint policy is explicit.
Supported hosts
This uses the standard SplitScript runtime contract. Any provider-specific requirements are documented by the linked canonical API.
Related reference
-
range (language)