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 [[Operators|operator]].





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.