Four is magic: Difference between revisions

Content added Content deleted
(→‎{{header|Wren}}: Potential bug fix, results unaffected.)
Line 2,173: Line 2,173:
{{trans|Go}}
{{trans|Go}}
{{libheader|Wren-str}}
{{libheader|Wren-str}}
This resuses the <code>say</code> function from the [[Number names#Wren|Number names]] task.
This reuses the <code>say</code> function from the [[Number names#Wren|Number names]] task.


Note that it is not safe to use this script for numbers with an absolute magnitude >= 2^53 as integers cannot be expressed exactly by Wren's Num type beyond that limit.
Note that it is not safe to use this script for numbers with an absolute magnitude >= 2^53 as integers cannot be expressed exactly by Wren's Num type beyond that limit.