(set: $choices to (array: "First", "Second", "Third")) Click options to cycle: [(display: "Cycling")]<choice| [[Submit|Results]]{ (link: (text: $choices's 1st) )[ (set: $choices to (rotated: -1, ...$choices)) (replace: ?choice)[(display: "Cycling")] ] }Selected choice: (print: $choices's 1st)