Problem: sum of square numbers

Code: sum+of+square+numbers/tails_1643290095

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 
        ^ (pow):int <--arg( A:int ) 
            $ (= A):int 
            ~ (auto = 2):auto 

Back to the index