casing of TRUE is not the point of this bad code example
This commit is contained in:
parent
8bbfe01ede
commit
34c84872b8
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ weight = 1050
|
|||
## Bad code
|
||||
|
||||
```al
|
||||
if Atom = '\>' then HasLogicalOperator := TRUE else begin
|
||||
if Atom = '\>' then HasLogicalOperator := true else begin
|
||||
...
|
||||
end;
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue