| Global number mycount = 0
+ System: On start of layout
-> Dictionary: Add key "a" with value "a"
-> Dictionary: Add key "b" with value "b"
-> Dictionary: Add key "c" with value "c"
----+ Dictionary: For each key
-----> Array: Set value at mycount to Dictionary.CurrentValue
-----> System: Add 1 to mycount