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