The Sidef programming language
Ctrl
K
Copy
Programming tasks
L
Loops
While
Copy
var i
=
1024
while
(i
>
0
) {
say i
i
//=
2
}
Previous
Nested
Next
LU decomposition
Last updated
2 years ago
Was this helpful?