Skip to documentation
SplitScript
  • Language
  • Standard library
  • Guides
  • Migration

SplitScript reference / Language / split

split

lifecycle block

split { ... }

Decides whether to advance the current split.

Falling through returns false.

Examples

Use split

split {
    return current.level != old.level
}
Generated from the SplitScript compiler's documentation catalogs.