Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit a71a0e6

Browse files
Update README.md
1 parent 47636b5 commit a71a0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Return
122122
; We will go the label
123123
gosub, Label1
124124
125-
; We put return in lowercase to stop the code executing after otherwise; otherwise, it will go to the label twice.
125+
; We put return in lowercase to stop the code executing after the gosub otherwise it will go to the label twice.
126126
return
127127
Label1:
128128
MsgBox, we are in Label1

0 commit comments

Comments
 (0)