mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 19:43:15 +01:00
* typo fixed from bug #3117 report
This commit is contained in:
parent
db81b4333a
commit
113cf0e59a
@ -3334,7 +3334,7 @@ A shr 1 { same as A div 2, but faster}
|
||||
Not 1 { equals -2 }
|
||||
Not 0 { equals -1 }
|
||||
Not -1 { equals 0 }
|
||||
B shl 2 { same as B * 2 for integers }
|
||||
B shl 2 { same as B * 4 for integers }
|
||||
1 or 2 { equals 3 }
|
||||
3 xor 1 { equals 2 }
|
||||
\end{verbatim}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user