Problem: 24 hour clock

Code: 24+hour+clock/tails_1669598554

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)


>> (tail) 
    . (map) 
        ;;$ (= intMatrix) 
        * (join) <--arg( A ) 
            ":" (string) 
            >> (tail) 
                . (map) 
                    `@ (to base) 
                        ; (let) -->let( B ) 
                            60 (integer) 
                        - (subtract) 
                            302400 (integer) 
                            `@ (from base) 
                                $ (= B) 
                                @ (= A) 
                    >> (tail) <--arg( C ) 
                        `p (int to str) 
                            + (add) 
                                ^ (pow) 
                                    ~ (auto) 
                                    ~ (auto) 
                                (implicit arg = C) 

Back to the index