Expand description
Structs§
- Ampersand
&
- Ampersand
Ampersand &&
- Asterisk
*
- Asterisk
Equal *=
- At
@
- Back
Tick `
- Backslash
\
- Bang
!
- Bang
Equal !=
- Caret
^
- Carriage
Return u+000D
- Colon
:
- Colon
Colon ::
- Colon
Colon Equal ::=
- Comma
,
- Dash
-
- Dash
Dash --
- Dash
Equal -=
- Dollar
$
- Dot
.
- Double
Quote "
- Equal
=
- Equal
Equal ==
- FatArrow
=>
- Hash
#
- Hash
Hash ##
- Hash
Hash Hash ###
- Ident
- An identifier consisting of alphanumeric characters and underscores, and starting with an alphabetic character or an underscore.
- LAngle
<
- LAngle
Equal <=
- LAngleL
Angle <<
- LAngleL
Angle Equal <<=
- LThin
Arrow <-
- Left
Brace {
- Left
Bracket [
- Left
Paren (
- LitChar
- A character literal delimited by single quotes.
- LitFloat
- A string of ascii digits followed by a
.
, and then another string of ascii digits. - LitInt
- An integer literal.
- LitStr
Double Quote - A string literal delimited by double quotes.
- LitStr
Single Quote - A string literal delimited by single quotes.
- NewLine
\n
- Percent
%
- Percent
Equal %=
- Pipe
|
- Pipe
Pipe ||
- Plus
+
- Plus
Equal +=
- Plus
Plus ++
- Pound
£
- Question
?
- RAngle
>
- RAngle
Equal >=
- RAngleR
Angle >>
- RAngleR
Angle Equal >>=
- RThin
Arrow ->
- Right
Brace }
- Right
Bracket ]
- Right
Paren )
- Semi
Colon ;
- Single
Quote '
- Slash
/
- Slash
Equal /=
- Slash
Slash //
- Slash
Slash Equal //=
- Space2
- Space4
- Tab
\t
- Tilde
~
- Tilde2
¬
- Under
Score _