Problem: Looped grid

Code: Looped+grid/tails_1644978021

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):[[int]] 
    $ (= fstInt):int 
    . (map):[int] <--arg( B:int A:int ) 
        , (range from 1):[int] 
            _ (= fstInt):int 
        + (add):int <--arg( C:int ) 
            != (abs diff):int 
                $ (= C):int 
                @ (= B):int 
            ~ (auto = 1):auto 

Back to the index