Problem: MatriXOR

Code: MatriXOR/tails_1645178542

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) 
    `' (transpose) 
        % (split (remove empties)) 
            ;_ (= allInput) 
            "\n\n" (string) 
    `^ (bit xor) <--arg( B A ) 
        ? (if/else) 
            / (foldr1) 
                $ (= B) 
                @ (= C) <--arg( D C ) 
            111 (integer) <--arg( E ) 
            ~ (default) 
        / (foldr1) 
            (implicit arg = B) 
            (implicit arg = G) <--arg( G F ) 

Back to the index