3.4 Splitting long commandsLong commands may be split over multiple lines, provided that each line of the command is terminated with a backslash character, whereupon the following line will be appended to it. For example: pyxplot> print 2 Such lines splits are often used in this manual where command lines are longer than the width of the page.
|