yasl icon indicating copy to clipboard operation
yasl copied to clipboard

Prevent variadics from expanding within a singular set of parens

Open CoffeeTableEspresso opened this issue 3 years ago • 0 comments

so:

const fn f() -> (1, 2, 3)
echo (f())  # 1
echo f()  # 1, 2, 3

CoffeeTableEspresso avatar Feb 06 '22 06:02 CoffeeTableEspresso