RosettaCodeData/Task/Loops-While/Fermat/loops-while.fermat
2023-07-01 13:44:08 -04:00

2 lines
40 B
Text

n:=1024;
while n>2/3 do !!n;n:=n/2; od;