bars
The Sidef programming language
search
circle-xmark
Ctrl
k
copy
Copy
chevron-down
Programming tasks
chevron-right
L
chevron-right
Loops
While
Copy
var i
=
1024
while
(i
>
0
) {
say i
i
//=
2
}
Previous
Nested
chevron-left
Next
LU decomposition
chevron-right
Last updated
2 years ago