Problem: last non zero

Code: last+non+zero/darrenks_1644075186

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)


* (join) 
    " " (string) 
    | (filter) 
        . (map) 
            %~ (split by) 
                _ (= ints) 
                $ (= A) <--arg( A ) 
            / (foldr1) <--arg( C B ) 
                \ (reverse) 
                    (implicit arg = C) 
                (implicit arg = E) <--arg( E D ) 
        (implicit arg = F) <--arg( F ) 

Back to the index