! It's 1-indexed, so ! parse as a sequence of sequences of integers ! "move 3 from 2 to 7" { { 3 1 6 } ! "move 1 from 3 to 5" => { 1 2 4 } }