Deceptive numbers: Difference between revisions

m
 
Line 761:
=={{header|langur}}==
{{trans|ALGOL 68}}
<syntaxhighlight lang="langur">val .isPrime = fn(.i) .i == 2 or .i > 2 and{
not any fn(.x) .i div .x, pseries== 2 ..or .i ^/> 2 and
not any fn(.x) { .i div .x }, pseries 2 .. .i ^/ 2
}
 
var .nums = []
885

edits