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)


Note: This code seems to be written in Nibbles version >= 0.21 and < 1.00

(implicit map) 
    >> (tail) 
        ;;@ (= allLines) 
    `| (list union) <--arg( B A ) 
        . (map) 
            ^ (replicate) 
                1 (integer) 
                % (split (remove empties)) 
                    $ (= B) 
                    ~ (auto = words) 
            | (filter) <--arg( C ) 
                - (diff) 
                    & (justify) 
                        $ (= C) 
                        10 (integer) 
                        \ (reverse) 
                            & (justify) 
                                $ (= C) 
                                3 (integer) 
                                ~ (center) 
                                (implicit arg = C) 
                    (implicit arg = C) 
                (implicit arg = D) <--arg( D ) 
        (implicit arg = E) <--arg( E ) 
        (implicit arg = B) 

Back to the index