RosettaCodeData/Task/Loops-While/Fermat/loops-while.fermat

3 lines
40 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
n:=1024;
while n>2/3 do !!n;n:=n/2; od;