sadly, exit with empty () does not compile
This commit is contained in:
parent
fc2f78581f
commit
ff48e1a941
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ A line of code should not have more than one statement.
|
||||||
|
|
||||||
```al
|
```al
|
||||||
if OppEntry.Find('-') then
|
if OppEntry.Find('-') then
|
||||||
exit();
|
exit;
|
||||||
```
|
```
|
||||||
|
|
||||||
## Bad code
|
## Bad code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue