I'm having trouble with strings. I did Input "Name",Name$, but it passes right through it when I test it and doesn't allow me to name it. Can anyone tell me what I did wrong?
Try placing the input command in its own line. Remember, if you want to use multiple instructions on the same line, you should separate each of them with ':' to prevent unintended program behavior.