Ellipsis (computer programming): Difference between revisions

Content deleted Content added
I got those in the wrong sections, moved the new content to the correct ones.
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5
Line 113:
 
=== MATLAB ===
In [[MATLAB]], a three-character ellipsis is used to indicate [[line continuation]],<ref>[{{Cite web |url=http://www.mathworks.com/help/techdoc/matlab_env/f0-5789.html#f0-5857 |title=Mathworks.com] |access-date=2011-04-14 |archive-date=2011-06-29 |archive-url=https://web.archive.org/web/20110629105840/http://www.mathworks.com/help/techdoc/matlab_env/f0-5789.html#f0-5857 |url-status=dead }}</ref> making the sequence of lines
:<code>x = [ 1 2 3 ...<br />4 5 6 ];</code>
semantically equivalent to the single line