home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
BBS
/
JLUT475.ZIP
/
QST.LZH
/
QUEST004.@JL
< prev
next >
Wrap
Text File
|
1990-12-15
|
391b
|
24 lines
@@DE=|
:PSW
PSW= |Enter your Password|30|3|1|1|1|1
IF PSW = JuLo THEN GOTO :JULO
GOTO :WRONGPSW
:JULO
@@CO=Hi, JuLo.
@@CO=
:GET_NUMBER
NR= |Enter a number greater 10 |3|3|1|3|1|1
IF NR <= 10 THEN GOTO :GET_NUMBER
@@CO=You've got it. Bye, Bye.
@@CO=
GOTO :ENDE
:WRONGPSW
SETFBCOLOR 12,11
@@CO=>>> WRONG PASSWORD <<<
@@CO=
SETFBCOLOR 14,0
DELAY 3000
GOTO :PSW
:ENDE