Anvil | Smiths Smiths | Register Register | Login Login |
Search:
Show links Show tools Show tree | Previous document Next document | njet.org > Anvil > Documentation > Language reference > Expressions > Primaries

Primaries

Primaries are basic elements of expressions. They may be followed by zero or more accessors.

  primary :=  
    ( parenthesized 
    | literal 
    | import-expr 
    | defined-expr 
    | delete-expr 
    | list-expr 
    | tuple-expr 
    | array-expr 
    | type-expr 
    | new-expr 
    | inline-function  
    | call-expr 
    | ref-expr 
    | identifier ) accessor * 
See also  | Expressions  | Accessors  | Grammar  | Lazy expressions
Contributes notes:
Add a note
What's new | Anvil