Problem: Digit depth

Code: Digit+depth/tails_1644225874

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 string concatenation) 
    `\ (special scans) 
        @ (= fstLine) 
        (foldop: undefined nibble 0xd (try Nibbles version >=0.22)) 
    - (subtract) 
        ; (let) -->let( A ) 
            * (multiply) 
                $ (= fstInt) 
                $ (= fstInt) 
        / (foldr1) 
            + (add) 
                % (modulus) 
                    @ (= fstInt) 
                    - (subtract) 
                        % (modulus) 
                            + (add) 
                                $ (= A) 
                                ~ (auto = 1) 
                            3 (integer) 
                        ~ (auto = 1) 
                , (range from 1) 
                    * (multiply) 
                        $ (= A) 
                        % (modulus) 
                            (implicit arg = A) 
                            (implicit arg = A) 
            (implicit arg = C) <--arg( C B ) 

Back to the index