RosettaCodeData/Task/Loops-While/Amazing-Hopper/loops-while-1.hopper

10 lines
107 B
Text
Raw Permalink Normal View History

2023-10-02 18:11:16 -07:00
#include <jambo.h>
Main
i=1024
Loop
Printnl 'i'
i \= 2
Back if 'i' is positive
End