Operand: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
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 00:34, 22 December 2006

An operand is any value given to an operator.


Example:

a + b

a and b are operands.