1,852
edits
m (Link the original document) |
|||
Line 18: | Line 18: | ||
<tt>== | > | < | >= | <= | != | | || | | & | && | ! | if | else | elseif | for | while |end | break | continue | pause</tt> | <tt>== | > | < | >= | <= | != | | || | | & | && | ! | if | else | elseif | for | while |end | break | continue | pause</tt> | ||
for i = 1:5 if (i < 3) disp (i) else disp (i^2) end end ↵ | for i = 1:5 if (i < 3) disp (i) else disp (i^2) end end ↵ | ||
= See also = | |||
[https://lists.gnu.org/archive/html/help-octave/2013-01/pdfoEurT8AZ7Z.pdf GNU OCTAVE CARD by Fotios Kasolis] | |||
[[Category:Tutorials]] | [[Category:Tutorials]] |