aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/fixtures/until.txt
blob: 7dcb5d495dbf1418d99029d32b95aa483923eaa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
until true; 1; end

1 until true

break until true

next until true

return until true

foo :a, :b until bar?

foo while bar in baz