9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
;Task:
|
|
Create a window that has:
|
|
::# a label that says "There have been no clicks yet"
|
|
::# a button that says "click me"
|
|
|
|
|
|
Upon clicking the button with the mouse, the label should change and show the number of times the button has been clicked.
|
|
<br><br>
|