For example, when you inspect the statement 1 to: 100 by: 20, self resolves to Interval(1 21 41 61 81 ). If you select the variable by, change the displayed value of 20 to 10, and then save the change, self resolves to Interval(1 11 21 31 41 51 61 71 81 91 ).Similarly, when you inspect the statement CwMessagePrompter new title: 'Prompt', the value for cwTitle is the string 'Prompt'. If you evaluate self prompt in the value pane, the following message prompter opens:If you change the value for cwTitle to 'New Title', then evaluate self prompt again, the title of the message prompter changes to the following:
|