home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Game Programming for Teens (2nd Edition)
/
3DGPFT2E.iso
/
Source
/
Chapter02
/
demo02-10.bb
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-01-21
|
183 b
|
8 lines
;demo02-10.bb - Demonstrates use of Goto
.label
Print "Hello"
selection = Input("Enter 1 if you want me to repeat 'Hello' ==> ")
If (selection = 1)
Goto label
EndIf
End