on how to make a text adventure game which is purely console based. Huw Collingborne is teaching the course in both C# and Java. In
برای دیدن لینک ها باید ثبت نام کنید
e, he has started to develop a simple IO console app. He shows how to print the string literal "> " to simulate a console prompt. The user would enter the input on the same line as the cursor prompt, not on the next line which is what B4X.Log does. From my research in the forums, I believe the answer may lie in 'TextWriter.Write' but I'm unable to figure out how to set it up for such a simple problem.