Problem: Repeated Number

Code: Repeated+Number/tails_1645420580

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)


+ (concat):[[chr]] 
    . (map):[[[chr]]] 
        , (range from 1):[int] 
            7 (integer):int 
        . (map):[[chr]] <--arg( A:int ) 
            , (range from 1):[int] 
                9 (integer):int 
            ^ (replicate):[chr] <--arg( B:int ) 
                + (add):int 
                    @ (= A):int 
                    ~ (auto = 1):auto 
                `p (int to str):[chr] 
                    (implicit arg = B):int 

Back to the index