Loops/While: Difference between revisions

Updated Neko to accomplish the task
m (→‎{{header|Scilab}}: Blanks suppressed)
(Updated Neko to accomplish the task)
Line 1,019:
=={{header|Neko}}==
<lang Neko>
var ai = 5;1024
var i = 0;
 
while(i <> a0) {
i = $print(i + 1"\n");
i = $idiv(i, 2)
}
</lang>
Anonymous user