Find prime n such that reversed n is also prime: Difference between revisions

m
reference to Emirp Primes
No edit summary
m (reference to Emirp Primes)
Line 3:
;Task
Find prime &nbsp; '''n''' &nbsp; &nbsp; for &nbsp; '''0 < n < 500''' &nbsp; &nbsp; which are also primes when the (decimal) digits are reversed.
<br>Nearly [https://rosettacode.org/wiki/Emirp_primes Emirp Primes], which don't count palindromatic primes like 101.
<br><br>
 
=={{header|11l}}==
<syntaxhighlight lang="11l">F is_prime(a)
132

edits