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}}")
 
Line 6: Line 6:
  a + b
  a + b


<tt>a</tt> and <tt>b</tt> are operands.
{{hl|a}} and {{hl|b}} are operands.


[[Category: Syntax]]
[[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.