yasl
yasl copied to clipboard
Prevent variadics from expanding within a singular set of parens
so:
const fn f() -> (1, 2, 3)
echo (f()) # 1
echo f() # 1, 2, 3