|
> New syntax {...#} is used for constructing a table
> with its "user-specified length" set to actual data length.
>
> Probably, syntax {...#} is not nice.
I wonder how much code would break by replacing the existing meaning of #{}.
...
For completeness, add the sugar:
f#{math.pi} <=> f(#{math.pi})