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}}")
 
(One intermediate revision by one other user not shown)
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: ArmA: Scripting]]
[[Category: Syntax]]
[[Category: Scripting Topics]]

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.