Skip to content

09. Attributes

Cruz Wootten edited this page Apr 2, 2024 · 1 revision

9.1 Separate Attributes

  • Put attributes on a separate line. It’s more readable, especially if multiple attributes are added to the same identifier. For example:

    @editable
    MyField:int = 42
    
Clone this wiki locally