home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Game Programming for Teens (2nd Edition)
/
3DGPFT2E.iso
/
Source
/
Chapter02
/
demo02-08.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
|
252 b
|
16 lines
;demo02-08.bb - tests the keys pressed
x = Input$("Enter 1 to say hi, or 0 to quit. ")
Select x
Case 1
Print "Hi!"
Case 0
End
Default
Print "Huh?"
End Select
;Wait five seconds
Delay 5000