Why the #(...) syntax for tuples? #2075
Answered
by
lpil
pwtail
asked this question in
Questions & support
-
Mind if I ask: why the |
Beta Was this translation helpful? Give feedback.
Answered by
lpil
Mar 15, 2023
Replies: 1 comment
-
Because without some kind of proceeding token it would be ambiguous with function calls. The alternative would be to require |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pwtail
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because without some kind of proceeding token it would be ambiguous with function calls. The alternative would be to require
;
at the end of lines, as Rust, Java, etc do.