[Translate to Italienisch:] he object at position "5" in the cObject array of the PAGE object "page" is 'executed" before position "10" which is where the register MY_VALUE is set for the first time. Because the register value until then was empty "page.5" returned the value of the .value property. That was "The default value"
When "page.10" is executed the register-value is set.
When "page.20" is executed, the register is not empty anymore, therefore the value overrides the default value. And the output becomes "The register value!"