1
0
Fork 0
mirror of https://gitlab.com/niansa/pilang2.git synced 2025-03-06 20:49:22 +01:00
pilang2/benchmark/pilang.pil
2020-04-13 16:01:21 +02:00

8 lines
148 B
Text

# number^2 until number > 50
set number,1
marker set,mainloop
inc number,$~number
cmp smaller,$~number,50,"marker goto,mainloop"
print $~number