Problem: Multiplication Table

Code: Multiplication+Table/plcc_1772454439

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 ) 
        12 (integer) 
    . (map) <--arg( C B ) 
        , (range from 1) 
            _ (= A) 
        & (justify) <--arg( D ) 
            " " (string) 
            3 (integer) 
            * (multiply) 
                @ (= C) 
                (implicit arg = D) 

Back to the index