Happy numbers: Difference between revisions

→‎{{header|UNIX Shell}}: Add bash works-with
(→‎{{header|Ursala}}: Add UNIX shell version)
(→‎{{header|UNIX Shell}}: Add bash works-with)
Line 1,920:
 
=={{header|UNIX Shell}}==
{{works with|Bourne Again SHell}}
<lang bash>#!/bin/bash
function sum_of_square_digits
Line 1,960 ⟶ 1,961:
 
first_n_happy 8</lang>
 
 
=={{header|Ursala}}==
1,481

edits