Primality by trial division: Difference between revisions

m
→‎{{header|COBOL}}: Noted works with Open cobol.
m (→‎{{header|COBOL}}: Move to right position in examples.)
m (→‎{{header|COBOL}}: Noted works with Open cobol.)
Line 352:
 
{{novice example|COBOL}}
 
Compiles with Open Cobol, free-format option (-free).
 
<lang cobol>
Line 411 ⟶ 413:
Enter a possible prime number (0 to stop): 0
</pre>
 
 
=={{header|CoffeeScript}}==