f Cut ±2 , trailing frets | Index << >> |
⊂ Cut 2 ⊢'trailing,comma,frets,' ┌─────────┬──────┬──────┐ │trailing,│comma,│frets,│ └─────────┴──────┴──────┘ ⊂ Cut ¯2 ⊢'trailing,comma,frets,' ┌────────┬─────┬─────┐ │trailing│comma│frets│ └────────┴─────┴─────┘ 0 1 0 0 1 ⊂ Cut 2 ⍳5 ┌───┬─────┐ │1 2│3 4 5│ └───┴─────┘ 0 1 0 0 1 ⊂ Cut ¯2 ⍳5 ┌─┬───┐ │1│3 4│ └─┴───┘ |