Update syntax-goto-statement.md

This commit is contained in:
rafa_br34 2022-02-06 17:18:59 -03:00 committed by GitHub
parent edbb7a826c
commit 45256ca4be
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ Notes:<br>
If the number is a constant number, the compiler should optmize it<br> If the number is a constant number, the compiler should optmize it<br>
Otherwise if the number is a variable, any registers needed should be saved before the jump<br> Otherwise if the number is a variable, any registers needed should be saved before the jump<br>
If the X line is in another scope a error should be thrown<br> If the X line is in another scope a error should be thrown<br>
If the X line is in a invalid place(inside an statement) a error should be thrown
## Drawbacks ## Drawbacks