Problem: Sumo Record By Day

Code: Sumo+Record+By+Day/whio_1716574510

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) 
    , (range from 1) 
        15 (integer) 
    ~~ (3-ary tuple) <--arg( B A ) 
        "Day" (string) 
        : (append) 
            $ (= B) 
            ":" (string) 
        * (join) 
            ", " (string) 
            . (map) 
                `, (range from 0) 
                    + (add) 
                        $ (= B) 
                        ~ (auto = 1) 
                * (join) <--arg( C ) 
                    "-" (string) 
                    : (append) 
                        - (subtract) 
                            @ (= B) 
                            (implicit arg = C) 
                        (implicit arg = C) 

Back to the index