My problem is that i want my pc to return if fase. Like return without using the shell.run("startup").
Like this:
term.clear()
term.setCursorPos(1,1)
password = "test"
debug = "testreset"
print("This door is protected by password!")
write("Please enterpassword: ")
A = read("X")
if A == password then
...blalalalal....
else return - Here i wan it to retur up to "if A == password then" if false! And only if false!
Any help?











