2 lines
50 B
FortranFixed
2 lines
50 B
FortranFixed
|
|
P:=100; WHILE (P:=NextPrime(P)) <= 150 DO stuff;
|