Problem: Multiplication table

Code: Multiplication+table/tails_1645296178

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) 
    ; (save) -->let( A ) 
        `, (range from 0) 
            + (add) 
                $ (= fstInt) 
                ~ (auto) 
    -~ (strip) <--arg( C B ) 
        + (concat) 
            . (map) 
                _ (= A) 
                & (justify) <--arg( D ) 
                    " " (string) 
                    -4 (integer) 
                    `p (int to str) 
                        ? (if/else) 
                            * (multiply) 
                                @ (= C) 
                                $ (= D) 
                            $ (= E) <--arg( E ) 
                            + (add) 
                                @ (= C) 
                                (implicit arg = D) 

Back to the index