RosettaCodeData/Task/Events/Gambas/events.gambas
2023-07-01 13:44:08 -04:00

5 lines
53 B
Text

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