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

4 lines
94 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
While[(Print[#];#!=10)&[RandomIntger[{0,19}]],
Print[RandomInteger[{0,19}]
]