Jump anywhere: Difference between revisions

Content added Content deleted
No edit summary
Line 2,338: Line 2,338:
<lang QB64>
<lang QB64>
' Jumps in QB64 are inherited by Qbasic/ QuickBasic/ GWBasic
' Jumps in QB64 are inherited by Qbasic/ QuickBasic/ GWBasic
' here a GOTO demo of loops FOR-NEXT anf WHILE-WEND
' here a GOTO demo of loops FOR-NEXT and WHILE-WEND


Dim S As String, Q As Integer
Dim S As String, Q As Integer