Problem: Table of divisors

Code: Table+of+divisors/whio_1744667250

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)


(implicit map with implicit range) 
    $ (= fstInt) 
    : (append) <--arg( B A ) 
        $ (= B) 
        : (append) 
            ":" (string) 
            * (join) 
                " " (string) 
                | (filter) 
                    , (range from 1) 
                        $ (= B) 
                    ~ (not) 
                    % (modulus) <--arg( C ) 
                        @ (= B) 
                        (implicit arg = C) 

Back to the index