10 lines
107 B
Text
10 lines
107 B
Text
|
|
#include <jambo.h>
|
||
|
|
|
||
|
|
Main
|
||
|
|
i=1024
|
||
|
|
Loop
|
||
|
|
Printnl 'i'
|
||
|
|
i \= 2
|
||
|
|
Back if 'i' is positive
|
||
|
|
End
|