Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
array = 2:@SVM:1:@VM:2:@VM
result = Sum(array)

 

 

subvalue 1 (one) is the lowest level, and its value would be added to and stored in the next value. The result would be "3ý2ý".

...

Code Block
array = 2:@SVM:1:@VM:2:@VM
result = Sum(Sum(array))

 

...

the result is "5"

Sum() recognizes seven levels of delimiters: ASCII character 248 through ASCII character 254.

...