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>
:<code>x = [ 1 2 3 ...<br />4 5 6 ];</code>
semantically equivalent to the single line
|