4 lines
79 B
Text
4 lines
79 B
Text
|
|
subroutine Timer1_Timer()
|
||
|
|
print hour; ":"; minute; ":"; second
|
||
|
|
end subroutine
|