sadly, exit with empty () does not compile

This commit is contained in:
Stefan Maroń 2021-12-15 07:55:39 +01:00 committed by GitHub
parent fc2f78581f
commit ff48e1a941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ A line of code should not have more than one statement.
```al
if OppEntry.Find('-') then
exit();
exit;
```
## 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).
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.