You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can ask the user to input some text like this:
+username[Enter your name]
And you can use it in a sentence like this. Hello {username}!
You can go to a different section using an @ like this:
@anothersection
[anothersection]
You can also give the user a choice where they want to go by having subsequent lines starting with an @. Between square brackets you provide the text to be printed for that option, and between round brackets you provide valid keyboard inputs that select that option. Like this: