updated to darker color
This commit is contained in:
parent
bd7ea0e118
commit
ccdaa1e08e
20 changed files with 57 additions and 57 deletions
|
|
@ -10,7 +10,7 @@ _Created by Microsoft, Described by waldo_
|
|||
|
||||
`else` should not be used when the last action in the `then` part is an `exit`, `break`, `skip`, `quit`, `error`.
|
||||
|
||||
## <span style="color:red">Bad code</span>
|
||||
## <span style="color:FireBrick">Bad code</span>
|
||||
|
||||
```al
|
||||
procedure SomeProcedure()
|
||||
|
|
@ -22,7 +22,7 @@ _Created by Microsoft, Described by waldo_
|
|||
end;
|
||||
```
|
||||
|
||||
## <span style="color:lime">Good code</span>
|
||||
## <span style="color:ForestGreen">Good code</span>
|
||||
|
||||
```al
|
||||
procedure SomeProcedure()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue