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
|
||||||
|
|
@ -40,4 +40,4 @@ A line of code should not have more than one statement.
|
||||||
|
|
||||||
You can find discussions on all "Best Practices" [here](https://github.com/microsoft/alguidelines/discussions/categories/bc-best-practices).
|
You can find discussions on all "Best Practices" [here](https://github.com/microsoft/alguidelines/discussions/categories/bc-best-practices).
|
||||||
|
|
||||||
If you don't find the discussion of this guideline, please feel fee to create a new one with the same title as this article.
|
If you don't find the discussion of this guideline, please feel fee to create a new one with the same title as this article.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue