Skip to content

Selecting from a vector

This part will cover

  • Choosing the first or last N numbers. (↑)
  • Choosing all but the first or last N numbers. (↓)
  • Choosing the numbers at positions A, B, C,... ([]) / squad indexing (⌷)
  • Choosing the numbers that satisfy certain conditions. (/)
  • Choosing the item at position A. (⊃)