The Sidef programming language
More
Search
Ctrl + K
Do-while
Copy
var value
=
0
do
{
say
++
value
}
while
(value
%
6
)
Previous
Continue
Next
Downward for
Last updated
1 year ago