1,852
edits
(Create a short beginners tutorial page from a publish document. First wiki markup.) |
(→Variable Assignment: wiki markup) |
||
Line 9: | Line 9: | ||
= Variable Assignment = | = Variable Assignment = | ||
Assign values to variables with <code>=</code> (Note: assignment is | Assign values to variables with <code>=</code> (Note: assignment is ''pass-by-value''). | ||
Read more | Read more [https://www.gnu.org/software/octave/doc/interpreter/Variables.html about variables]. | ||
<syntaxhighlight lang="octave">a = 1;</syntaxhighlight> | |||
= Comments = | = Comments = |