The Sidef programming language
Ctrl
K
Copy
Programming tasks
L
Loops
Do-while
Copy
var value
=
0
do
{
say
++
value
}
while
(value
%
6
)
Previous
Continue
Next
Downward for
Last updated
2 years ago
Was this helpful?