Operand: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:
<tt>a</tt> and <tt>b</tt> are operands.
<tt>a</tt> and <tt>b</tt> are operands.


[[Category: ArmA: Scripting]]
[[Category: Syntax]]
[[Category: Scripting Topics]]

Revision as of 03:49, 22 December 2006

An operand is any value given to an operator.


Example:

a + b

a and b are operands.