#what does `@` mean?
1 messages · Page 1 of 1 (latest)
It's an attribute - they're hard coded in the compiler.
There are:
@external@internal@deprecated@target- which is itself deprecated
@ is part of the grammar, it is the syntax for an attribute. The language supports a fixed set of attributes, there is no way to create a new attribute.
awesome, that answers my question.
I would mark this as ✅ Solved but I don't know how
Me either 😆
Right click on the thread in the channel list -> edit tags