When this stack of commands is placed in the body of an event handler (e.g., the when.Button1.Click event handler), the command will be executed from the top to the bottom.
However when I run the below blocks, the text of Labels should be equal, but they don't.