Problem: integer concatenation

Code: integer+concatenation/tails_1645410035

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) 
    >> (tail) 
        ;;@ (= sndLine) 
    ^ (pow) 
        % (modulus) 
            ^ (pow) 
                1 (integer) 
                + (add) 
                    $ (= fstInt) 
                    ~ (auto = 1) 
            - (subtract) 
                ? (if/else) 
                    ] (max) 
                        $ (= fstInt) 
                        10 (integer) 
                    / (divide) <--arg( A ) 
                        ] (max) 
                            $ (= A) 
                            3 (integer) 
                        ~ (auto = 2) 
                    (implicit arg = fstInt) 
                (implicit arg = fstInt) 
        (implicit arg = fstInt) 

Back to the index