until The until function builds a range of integers. until 5 The above generates the list [0, 1, 2, 3, 4]. This is useful for looping with range $i, $e := until 5. unsetuntilStepBack to top