Break
var lim = 20
loop {
say (var n = lim.irand)
n == 10 && break
say lim.irand
}Last updated
Was this helpful?
var lim = 20
loop {
say (var n = lim.irand)
n == 10 && break
say lim.irand
}Last updated
Was this helpful?
Was this helpful?