Babbage problem: Difference between revisions

→‎{{header|Raku}}: note about `exit`
(→‎{{header|Raku}}: note about `exit`)
Line 3,632:
{{out}}
<pre>25264</pre>
 
Notice that `exit` ends the process itself instead of ending just the loop, as `last` would. `exit` would arguably be easier to understand for Babbage though, so it may better fill the task requirement.
 
=={{header|Red}}==
1,934

edits