Revision history for ProPgLabels
Additions:
Additions:
Defines a place in a program where ##[[KeyPgGoto|Goto]]## or ##[[KeyPgGosub|Gosub]]## can jump to.
- Line numbers with decimals is available only in the //[[CompilerOptlang|-lang qb]]// dialect.
- None if compiled in the //[[CompilerOptlang|-lang qb]]// dialect.
- ##[[KeyPgGosub|Gosub]]##
- ##[[KeyPgGoto|Goto]]##
- Line numbers with decimals is available only in the //[[CompilerOptlang|-lang qb]]// dialect.
- None if compiled in the //[[CompilerOptlang|-lang qb]]// dialect.
- ##[[KeyPgGosub|Gosub]]##
- ##[[KeyPgGoto|Goto]]##
Deletions:
- Line numbers with decimals is available only in the //[[CompilerOptlang -lang qb]]// dialect.
- None if compiled in the //[[CompilerOptlang -lang qb]]// dialect.
- ##[[KeyPgGosub Gosub]]##
- ##[[KeyPgGoto Goto]]##
Additions:
#lang "fblite"
3 Print "Hello World!"
Goto beginning
'$lang: "qb"
Read a,b,c
Restore here
Read d,e
Print a,b,c,d,e
Data 1,2,3,4,5
Data 6,7,8
3 Print "Hello World!"
Goto beginning
'$lang: "qb"
Read a,b,c
Restore here
Read d,e
Print a,b,c,d,e
Data 1,2,3,4,5
Data 6,7,8
Deletions:
goto beginning
read a,b,c
restore here
read d,e
print a,b,c,d,e
data 1,2,3,4,5
data 6,7,8