Jump to content

Loops/Break: Difference between revisions

Line 2,386:
loop ne(output = convert(rand(20)'integer'),10) :s(loop)
end</lang>
 
=={{header|SPL}}==
<lang spl>>
n = #.rnd(20)-1
#.output(n)
<< n=10
n = #.rnd(20)-1
#.output(n)
<</lang>
 
=={{header|Suneido}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.