I guess you are referring to the + symbol displayed in the console when you execute a multi-line command. There is no need to type that. In the console, you can use Shift + ENTER to type multi-line commands. Pressing simply ENTER will execute that command. In a script, type the commands using ENTER at the end of each line and use CTRL + ENTER to execute a command.