Operand: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
m (Text replacement - "<tt>([a-zA-Z0-9\. _"\\']+)<\/tt>" to "{{hl|$1}}")
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
An '''operand''' is any value given to an operator.
An '''operand''' is any value given to an [[Operators|operator]].
 


'''Example:'''
'''Example:'''
Line 5: Line 6:
  a + b
  a + b


<tt>a</tt> and <tt>b</tt> are operands.
{{hl|a}} and {{hl|b}} are operands.
 
[[Category: Syntax]]

Latest revision as of 00:54, 16 November 2021

An operand is any value given to an operator.


Example:

a + b

a and b are operands.