So I am making a coding language shell in Snap, and it works like this:
The computer takes the input, makes the input into a string so it can figure out what is one of the commands (Say the command is a print command from Python). It takes that line out and outputs it into the list.
But, I want to make it into a text, not list. It is outputting a list into a list. So can someone tell me how to convert a list into a string? That'll be GREATLY appreciated!