Console.WriteLine("Welcome to The Depths the world where you decide your fate")
if ask_question("Would you like to begin?") = "yes" then
Console.WriteLine("You appear in a city.")
if ask_question("Would you like to roam or start a quest?") = "yes" then
Console.WriteLine("Have a nice day.")
Function ask_question(question as String)
Console.WriteLine((question))