Problem: trail

Code: trail/tails_1697086909

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)


/ (foldr) -->let( F ) 
    \ (reverse) 
        @ (= fstLine) 
    ~ (tuple) 
        ;;@ (= sndLine) 
        "\n" (string) 
    (implicit tuple) <--arg( C B A ) 
        : (append) 
            ? (if/else) -->let( E ) 
                - (subtract) 
                    $ (= C) 
                    ;$ (= fstInt) 
                ~ (tuple) <--arg( D ) 
                    _ (= B) 
                    : (append) 
                        ;$ (= A) 
                        "." (string) 
                (implicit tuple) 
                    : (append) 
                        @ (= B) 
                        << (init) 
                            _ (= A) 
                    _ (= A) 
            "#" (string) 
        (implicit arg = E) 

Back to the index