Il Tipo INTERO
Spazio Occupato | 2 bytes (16 bits) | Rappresentazione Interna | Complemento a 2 | Dominio | -215 ... 215-1 | Dichiarazione | Integer (Byte, Shortint, Word, Longint) | Input | Readln(I) | Output | Write(I), Write(I:n) |
Espressioni INTERE
Costante Intera | MaxInt, MaxLongInt | Variabile Intera | | Op. SENZA operandi | WhereX, WhereY | Op. con UN operando | Random(), +, -, Abs(), Pred(), Succ(), Sqr(), Lo(), Hi(), Swap() | Op. con UN operando ordinale | Ord() | Op. con UN operando reale | Round(), Trunc() | Op. con operandi stringa | Length(), Pos() | Op. con DUE operandi | +, -, *, Div, Mod |
|