Arbitrary-precision integers (included): Difference between revisions

→‎{{header|Raku}}: no need to quote numbers
(→‎{{header|Raku}}: no need to quote numbers)
Line 1,967:
 
<syntaxhighlight lang="raku" line>use Test;
ok ~([**] 5, 4, 3, 2) ~~ /^ '62060698786608744707' <digit>* '92256259918212890625' $/,
'5**4**3**2 has expected first and last twenty digits';</syntaxhighlight>
{{out}}
1,934

edits