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