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