From Bright Pattern Documentation
< 3.13:Scenario-builder-reference-guide
Revision as of 22:56, 26 August 2016 by Sasha (talk | contribs) (Created new topic from branched topic Documentation:ServicePattern:scenario-builder-reference-guide:IntegerExpressions:3.12)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 3.10 • 3.11 • 3.12 • 3.13 • 3.14 • 3.15 • 3.16 • 3.17 • 3.18

Integer Expressions

  • Numbers can have the unary minus operator, e.g., -2

  • The four arithmetic operations and parentheses, including nested ones, are supported, e.g., (2+3)*((7-1)/2+1)

  • Division by zero produces error in the log; the operation result is undefined.

  • Strings cannot be mixed in one expression with numbers, e.g., =2 + “string” is invalid

      < Previous | Next >
      < Previous | Next >