system.console.writeline("Hello")
dim c as integer = system.console.readline()
system.console.writeline("Which do you wish to play?")
dim a as integer = system.console.readline()
dim b as string = ("how would you like to proceed?")
system.console.writeline(b)
system.console.writeline("you come upon a door that is slightly ajar")
dim d1 as string = system.console.readline()
if d1 = ("open door") then
system.console.writeline("you have now opened the door, you can now enter the house.")
system.console.writeline("error")
dim s as string = system.console.readline()
if s = ("enter house") then
system.console.writeline("you are now in a dimly lit house, there is a table that has an apple on it. There is a knife in the sink.")
s1 = system.console.readline()
if s1 = "take apple" then
system.console.writeline("you have taken the apple")