aboutsummaryrefslogtreecommitdiff
path: root/examples/regressions/000001.ey
blob: b81c3ce6feb89059ab369163ef4dd307ed537819 (plain)
1
2
3
4
5
6
7
8
9
0 ==i

0 10 range {
  [
    { _ 5 lt } { i 1 add =i }
  ] conds --
} each

i 5 eq not { /wrong die } rep