This commit is contained in:
waldo1001 2021-12-13 17:09:19 +01:00
parent 47cb851e72
commit 930383d6b5

View file

@ -6,7 +6,7 @@ weight = 1270
<_Created by Microsoft, Described by waldo_\>
## Description
`else` should not be used when the last action in the `then` part is an `exit`, `break`, `skip`, `quite`, `error`.
`else` should not be used when the last action in the `then` part is an `exit`, `break`, `skip`, `quit`, `error`.
## Bad code