I desire to enter commands in more than one line, for example ``` echo "This is line 1" \ echo "This is line 2" ``` Here, backslash character ("\\") means another line must be read Could it be possible to add this functionality?