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:05:36 +02:00

10 lines
195 B
Text

# Run via time command to see execution time!
# number^2 until number > 50
set number,1
marker set,mainloop
inc number,$~number
cmp smaller,$~number,50,"marker goto,mainloop"
print $~number