RosettaCodeData/Task/Events/Gambas/events.gambas
2017-09-25 22:28:19 +02:00

5 lines
53 B
Text

Public Sub Timer1_Timer()
Print Str(Time(Now))
End