You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deffoo(r : Number)
if r ===0return""elsif r ===1return [] of Stringelsif r ===2returnBytes[0x0]
else
bar = [] of (String|Bytes|Array(String|Bytes))
return bar << foo Random.rand(3)
endend
pp foo Random.rand(3)
ref crystal-lang/crystal#8719
The text was updated successfully, but these errors were encountered: