Steady squares: Difference between revisions

Content added Content deleted
(Add Refal)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 2,490: Line 2,490:
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
Although it hardly matters for a small range such as this, one can cut down the numbers to be examined by observing that a steady square must end in 1, 5 or 6.
Although it hardly matters for a small range such as this, one can cut down the numbers to be examined by observing that a steady square must end in 1, 5 or 6.
<syntaxhighlight lang="ecmascript">import "./fmt" for Fmt
<syntaxhighlight lang="wren">import "./fmt" for Fmt


System.print("Steady squares under 10,000:")
System.print("Steady squares under 10,000:")