Truncatable primes: Difference between revisions

Content deleted Content added
Line 1,479:
 
===An Alternative Approach===
Setting BASE to 10 and MAX to 6 in the Ruby example [http://rosettacode.org/wiki/Find_largest_left_truncatable_prime_in_a_given_base here] Produces:
<pre>
The largest left truncatable prime less than 1000000 in base 10 is 998443
</pre>
 
=={{header|Tcl}}==