casing of TRUE is not the point of this bad code example

This commit is contained in:
Stefan Maroń 2021-12-15 07:57:45 +01:00 committed by GitHub
parent 8bbfe01ede
commit 34c84872b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ weight = 1050
## Bad code
```al
if Atom = '\>' then HasLogicalOperator := TRUE else begin
if Atom = '\>' then HasLogicalOperator := true else begin
...
end;
```