#what does `@` mean?

1 messages · Page 1 of 1 (latest)

jade temple
#

I've seen @deprecated and @external but are these hard-coded in the compiler or is @ part of the grammar?

tepid matrix
#

It's an attribute - they're hard coded in the compiler.

#

There are:

  • @external
  • @internal
  • @deprecated
  • @target - which is itself deprecated
buoyant prairie
#

@ 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.

jade temple
#

awesome, that answers my question.

#

I would mark this as ✅ Solved but I don't know how

buoyant prairie
#

Me either 😆

tepid matrix