Post History
Vyxal R, 1 byte R Try it Online! Function must be inserted in the header. The R flag casts integers to ranges when an integer can't be used. R is the builtin for 'Reduce list by function', an...
Answer
#1: Initial revision
# [Vyxal](https://github.com/Vyxal/Vyxal) `R`, 1 byte ``` R ``` [Try it Online!](https://lyxal.pythonanywhere.com?flags=R&code=R&inputs=5&header=%E2%81%BD*&footer=) Function must be inserted in the header. The `R` flag casts integers to ranges when an integer can't be used. `R` is the builtin for 'Reduce list by function', and it can't use an integer, so ranges before reducing.