Operand: Difference between revisions
Categories: ArmA: ScriptingScripting Topics
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
An '''operand''' is any value given to an operator. | An '''operand''' is any value given to an operator. | ||
'''Example:''' | '''Example:''' | ||
| Line 6: | Line 7: | ||
<tt>a</tt> and <tt>b</tt> are operands. | <tt>a</tt> and <tt>b</tt> are operands. | ||
[[Category: ArmA: Scripting]] | |||
[[Category: Scripting Topics]] | |||
Revision as of 23:34, 21 December 2006
An operand is any value given to an operator.
Example:
a + b
a and b are operands.