question about reserved characters #4254
-
|
quick question. in the docs, it is shown that Does this mean that any parenthesis usage is reserved, or only an opener right next to a closer? aka a common pattern for invoking a function |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, any parenthesis usage is reserved. I can see that |
Beta Was this translation helpful? Give feedback.
Yes, any parenthesis usage is reserved. I can see that
()is misleading and we should probably reword this to(,, ., :, (, )).