Problem: 73 is not a number

Code: 73+is+not+a+number/tails_1708929033

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)


| (filter) 
    | (filter) 
        `, (range from 0) 
            ;$ (= sndInt) 
        % (modulus) <--arg( A ) 
            $ (= A) 
            @ (= fstInt) 
    ~ (not) 
    >> (tail) <--arg( B ) 
        `% (split list (keep empties)) 
            `p (int to str) 
                $ (= B) 
            `p (int to str) 
                @ (= fstInt) 
~ (postdata (hex): fstInt)
49

Back to the index