mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 21:01:10 +00:00
177 lines
1.5 KiB
Markdown
177 lines
1.5 KiB
Markdown
# index
|
|
|
|
See [here](../API/index.md) for APIs not in this index.
|
|
See [here](../dev_guide/terms.md) for terminology.
|
|
|
|
## symbol
|
|
|
|
* !
|
|
* !-type → [mutable type](./type/mut.md)
|
|
* [#](./00_basic.md/#comment)
|
|
* $
|
|
* %
|
|
* &
|
|
* &&
|
|
* ′ (single quote)
|
|
* ()
|
|
* *
|
|
* [*-less multiplication](./01_literal.md/#less-multiplication)
|
|
* + (prefix)
|
|
* +_ → + (prefix)
|
|
* + (infix)
|
|
* ,
|
|
* − (prefix)
|
|
* −_ → − (prefix)
|
|
* − (infix)
|
|
* −>
|
|
* . → [Visibility]
|
|
* /
|
|
* :
|
|
* :: → [visibility]
|
|
* ;
|
|
* <
|
|
* <:
|
|
* <<
|
|
* <=
|
|
* =
|
|
* ==
|
|
* =>
|
|
* >
|
|
* >>
|
|
* >=
|
|
* ?
|
|
* @
|
|
* []
|
|
* \
|
|
* ^
|
|
* ^^
|
|
* _
|
|
* _+_ → + (infix)
|
|
* _-_ → − (infix)
|
|
*``
|
|
* {}
|
|
* {} type
|
|
* {:}
|
|
* {=}
|
|
* {=} type
|
|
* |
|
|
* ||
|
|
* ~
|
|
|
|
## alphabet
|
|
|
|
### A
|
|
|
|
* algebraic type
|
|
* And
|
|
* and
|
|
* assert
|
|
* attribute
|
|
|
|
### B
|
|
|
|
* Base
|
|
* Bool
|
|
|
|
### C
|
|
|
|
* Class
|
|
|
|
### D
|
|
|
|
* Deprecated
|
|
* distinct
|
|
|
|
### E
|
|
|
|
* enum type
|
|
* Eq
|
|
* Erg
|
|
|
|
### F
|
|
|
|
* for
|
|
|
|
### G
|
|
|
|
### H
|
|
|
|
### I
|
|
|
|
* if
|
|
* import
|
|
* in
|
|
* Int
|
|
|
|
### J
|
|
|
|
### K
|
|
|
|
### L
|
|
|
|
* let-polymorphism → [rank 1 polymorphism]
|
|
* log
|
|
|
|
### M
|
|
|
|
* match
|
|
|
|
### N
|
|
|
|
* Nat
|
|
* Never
|
|
* None
|
|
* None
|
|
* Not
|
|
* not
|
|
|
|
### O
|
|
|
|
* Option
|
|
* Or
|
|
* or
|
|
* Ord
|
|
|
|
### P
|
|
|
|
* panic
|
|
* [print!](./../API/procs.md#print)
|
|
* Python
|
|
|
|
### Q
|
|
|
|
### R
|
|
|
|
* ref
|
|
* ref!
|
|
* Result
|
|
* rootobj
|
|
|
|
### S
|
|
|
|
* self
|
|
* [Self](./type/special.md)
|
|
* [side-effect](./07_side_effect.md)
|
|
* Str
|
|
|
|
### T
|
|
|
|
* Traits
|
|
* True
|
|
* Type
|
|
* type
|
|
|
|
### U
|
|
|
|
### V
|
|
|
|
### W
|
|
|
|
* while!
|
|
|
|
### X
|
|
|
|
### Y
|
|
|
|
### Z
|
|
|