Posted 13 July 2012 - 10:41 PM
print (" Welcome to SafeLocker v(1) ")
write " Please give a pass and user "
io.read()
write " Thankyou "
write " Insert a floppy and name it access "
print (" Checking for floppy please stand by ")
print (" Stand by……")
write " next enter a password for the security "
io.read()
x = password
if x = password (true)
print (" Security complete SafLocker v(1) setup ")
print (" Have a nice day ")
This is the code so far please help me :P/>/> this is the error bios:206: [string " safelocker " ] :21: 'then' expected
write " Please give a pass and user "
io.read()
write " Thankyou "
write " Insert a floppy and name it access "
print (" Checking for floppy please stand by ")
print (" Stand by……")
write " next enter a password for the security "
io.read()
x = password
if x = password (true)
print (" Security complete SafLocker v(1) setup ")
print (" Have a nice day ")
This is the code so far please help me :P/>/> this is the error bios:206: [string " safelocker " ] :21: 'then' expected