Problem: sum of square numbers

Code: sum+of+square+numbers/tails_1656377714

Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00

Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)


+ (sum):int 
    . (map):[int] 
        , (range from 1):[int] 
            $ (= fstInt):int 
        * (multiply):int <--arg( A:int ) 
            (implicit arg = A):int 
            (implicit arg = A):int 

Back to the index