Skip to main content

Ordinal scope

Cursorless ID: ordinalScope

Syntax:
  • <ordinal> <scope>: <ordinal> instance of <scope> in iteration scope
  • <ordinal> <last> <scope>: <ordinal>-to-last instance of <scope> in iteration scope
  • <first> <number> <scope>s: First <number> instances of <scope> in iteration scope, as contiguous range
  • <every> <first> <number> <scope>s: First <number> instances of <scope> in iteration scope, as individual targets
  • <last> <number> <scope>s: Last <number> instances of <scope> in iteration scope, as contiguous range
  • <every> <last> <number> <scope>s: Last <number> instances of <scope> in iteration scope, as individual targets