RosettaCodeData/Task/Loops-Break/Mathematica/loops-break.math

4 lines
94 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
While[(Print[#];#!=10)&[RandomIntger[{0,19}]],
Print[RandomInteger[{0,19}]
]