For In String Iterator Test
A logic demonstration script that iterates through a string array using a 'for...in' loop to calculate a cumulative score based on string matching.
Formula
score = \sum_{v \in \{'a', 'bb', 'ccc'\}} f(v) \text{ where } f('a')=1, f('bb')=10, f('ccc')=100
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.