diff --git a/rfcs/syntax-goto-statement.md b/rfcs/syntax-goto-statement.md index 49f36673..88e30942 100644 --- a/rfcs/syntax-goto-statement.md +++ b/rfcs/syntax-goto-statement.md @@ -93,7 +93,7 @@ Notes:
If the number is a constant number, the compiler should optmize it
Otherwise if the number is a variable, any registers needed should be saved before the jump
If the X line is in another scope a error should be thrown
- +If the X line is in a invalid place(inside an statement) a error should be thrown ## Drawbacks