In Math Mode in a Maple worksheet, how do I type something such as L := [1, 2, "abc", "a", 7.0, infinity]; for x in L do if type(x, 'string') then print(x); break end if end do on multiple lines? Also, please show me in the online Help menu the explanation for how one makes such line breaks without setting off execution. I got Maple last August. I have searched the online Help menu for any mention of a line break but have not found it. Thank you.

Please Wait...