Problem: Count in Base 10

Code: Count+in+Base+10/tails_1654147926

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) 
    < (take) 
        $ (= fstInt) 
        >> (tail) 
            `* (nary cartesian product) 
                . (map) 
                    "xo-" (string) 
                    . (map) <--arg( A ) 
                        `, (range from 0) 
                            10 (integer) 
                        ^ (replicate) <--arg( B ) 
                            $ (= B) 
                            @ (= A) 
    + (concat) <--arg( D C ) 
        (implicit arg = D) 

Back to the index