RosettaCodeData/Task/Simple-windowed-application/00DESCRIPTION
2016-12-05 22:15:40 +01:00

8 lines
283 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>