Variables: Difference between revisions

m
(Variables en FreeBASIC)
Line 2,627:
Here, symbol is essentially another term for variable name.
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
<pre>x=value assign a value to the variable x
x=y=value assign a value to both x and y
1,111

edits