Next: Syntax of Integer Expressions, Previous: Syntax of Indexicals, Up: Syntax Summary [Contents][Index]
| IntegerRange | ::= {integer,…,integer} | |
| | IntConstant ..IntConstant | ||
| | IntegerRange /\IntegerRange | ||
| | IntegerRange \/IntegerRange | ||
| | \IntegerRange | ||
| IntConstant | ::= integer | |
| | inf | { minus infinity } | |
| | sup | { plus infinity } | |
| RealRange | ::= RealConstant ..RealConstant | |
| RealConstant | ::= float | |
| | finf | { minus infinity } | |
| | fsup | { plus infinity } |