Factorial: Difference between revisions

Content added Content deleted
(Add Uxntal)
m (→‎{{header|Wren}}: Minor tidy)
Line 10,690: Line 10,690:
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
{{libheader|Wren-big}}
{{libheader|Wren-big}}
<syntaxhighlight lang="ecmascript">import "/fmt" for Fmt
<syntaxhighlight lang="wren">import "./fmt" for Fmt
import "/big" for BigInt
import "./big" for BigInt


class Factorial {
class Factorial {