Smallest square that begins with n: Difference between revisions

Content added Content deleted
(→‎{{header|TXR}}: Translation of BASIC.)
Line 1,358: Line 1,358:
| first (range(0; infinite)
| first (range(0; infinite)
| .*.
| .*.
| select(tostring | startswith($n) )) ;
| select(tostring | startswith($n) )) ;
range(1; 50)
range(1; 50)