Problem: Sheepshead

Code: Sheepshead/tails_1741143979

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 string concatenation) 
    + (concat) 
        . (map) 
            "QJ" (string) 
            . (map) <--arg( A ) 
                ; (save) -->let( B ) 
                    `/ (chunks of) 
                        3 (integer) 
                        _ (= fstLine) 
                : (append) <--arg( C ) 
                    _ (= A) 
                    $ (= C) 
    + (concat) <--arg( E D ) 
        . (map) 
            : (append) 
                / (foldr1) 
                    _ (= B) 
                    @ (= F) <--arg( G F ) 
                << (init) 
                    _ (= B) 
            . (map) <--arg( H ) 
                : (append) 
                    "A" (string) 
                    : (append) 
                        10 (integer) 
                        `' (transpose) 
                            "K987" (string) 
                : (append) <--arg( I ) 
                    (implicit arg = I) 
                    (implicit arg = H) 

Back to the index