erg/doc/EN/syntax/indexes.md
Shunsuke Shibayama 592671af96 Update indexes.md
2022-08-26 13:56:56 +09:00

176 lines
1.6 KiB
Markdown

# Index
For APIs not in this index, see [here](./API/index.md).
For the meaning of terms, see [here](./dev_guide/terms.md) for the meaning of terms.
## Symbols
* !
* !-type → [Mutable type](./type/mut.md)
* [#](./00_basic.md/#comment)
* $
* %
* &
* &&
* ′ (single quote)
* ()
* *
* [*-less multiplication](./01_literal.md/#less-multiplication)
* + (unary)
* +_ → + (unary)
* + (binary)
* ,
* − (unary)
* −_ → − (unary)
* − (binary)
* −>
* . → [Visibility]
* /
* :
* :]
* ;
* <
* <:
* <<
* <=
* =
* ==
* =>
* >
* >>
* >=
* ?
* @
* []
* \
* ^
* ^^
* _
* _+_+ (binary)
* _-_− (binary)
* ``
* {}
* {} 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
* Trait
* [True]
* [Type]
* [type]
### U
### V
### W
* [while!]
### X
### Y
### Z