Skip to main content
olalekana0448
February 10, 2022
Question

Arithmetic order in Apppian

  • February 10, 2022
  • 2 replies
  • 0 views

Please can anyone help in explaining this logic ? 

2 replies

February 10, 2022

/* 1 + 3 */  is excluded from the calculation as it is a comment.

/* This is a comment and is ignored by the evaluation */

Removing the comments, the value of the local!sum is 1 + 3 = 4

olalekana0448
February 10, 2022

Thanks, lewisj, I never realized that. :)