a prime number by *yuko*

program-id.y.data division.working-storage section.
1 i pic 99 value 82.procedure division.a.if i>0
display i(2- 0^(9/i):)no advancing
add -1to i
go a.

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page