Anvil | Smiths Smiths | Register Register | Login Login |
Search:
Show links Show tools Show tree | Previous document Next document | njet.org > Anvil > Documentation > Language reference > Lexical analysis > Literals > Operators and delimiters

Operators and delimiters

Following tokens are operators:

    +     -     *     /     %     &
    ++    --
    &&    ||    ^^    !
    !=    !==   ==    ===   
    <     <=    <==>  <=>   =>   >     >=   
    ?     ??    
    ~     !~
    @     
    ->
Following tokens are delimiters:

    (    )
    [    ]
    {    }
    =    %=    &=    *=    +=    -=    /=    ?=
    ,    .     ..    :     ;     |
See also  | Literals
Contributes notes:
Add a note
What's new | Anvil