Problem: euro denominations

Code: euro+denominations/tails_1644976567

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) 
    ! (zip with) 
        ; (save) -->let( E ) 
            .~~ (append until null) 
                $ (= fstInt) 
                < (take) <--arg( A ) 
                    1 (integer) 
                    | (filter) 
                        + (concat) 
                            . (map) 
                                \ (reverse) 
                                    `, (range from 0) 
                                        5 (integer) 
                                . (map) <--arg( B ) 
                                    , (range from 1) 
                                        3 (integer) 
                                    - (subtract) <--arg( C ) 
                                        * (multiply) 
                                            _ (= A) 
                                            $ (= C) 
                                        * (multiply) 
                                            / (divide) 
                                                5 (integer) 
                                                $ (= C) 
                                            ^ (pow) 
                                                ~ (auto) 
                                                @ (= B) 
                        + (add) <--arg( D ) 
                            $ (= D) 
                            ~ (auto) 
        >> (tail) <--arg( F ) 
            @ (= E) 
        - (zipop: sub) 

Back to the index