MATLAB: Rather trivial question

clippingpublish

Is there something that I can do that will make long lines of code not extend past the read line, so that when I publish a document parts of the code won't be cut off?
Of course the other option would be to create more variables to shorten up the code, but thats no fun.
Thanks!

Best Answer

Use ...
For example
t = 1 + ...
2