Problem: char pyramid

Code: char+pyramid/tails_1643275380

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 map with implicit range) 
    ; (save) -->let( A ) 
        , (length) 
            @ (= fstLine) 
    & (justify) <--arg( C B ) 
        " " (string) 
        - (subtract) 
            * (multiply) 
                _ (= A) 
                ~ (auto) 
            ~ (auto) 
        ~ (center) 
        * (join) 
            " " (string) 
            `' (transpose) 
                > (drop) 
                    - (subtract) 
                        _ (= A) 
                        $ (= C) 
                    ;@ (= fstLine) 

Back to the index