1 line
50 B
Forth
1 line
50 B
Forth
P:=100; WHILE (P:=NextPrime(P)) <= 150 DO stuff;
|
P:=100; WHILE (P:=NextPrime(P)) <= 150 DO stuff;
|