kprime = proc (n,k: int) returns (bool) f: int := 0 p: int := 2 while f1 then f:=f+1 end return(f=k) end kprime start_up = proc () po: stream := stream$primary_output() for k: int in int$from_to(1,5) do i: int := 2 c: int := 0 stream$puts(po, "k = " || int$unparse(k) || ":") while c<10 do if kprime(i,k) then stream$putright(po, int$unparse(i), 4) c := c+1 end i := i+1 end stream$putl(po, "") end end start_up