RosettaCodeData/Task/Simple-windowed-application/00-TASK.txt
2023-07-01 13:44:08 -04:00

8 lines
284 B
Text

;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>