Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
4
Task/System-time/Liberty-BASIC/system-time.basic
Normal file
4
Task/System-time/Liberty-BASIC/system-time.basic
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
print time$() 'time now as string "16:21:44"
|
||||
print time$("seconds") 'seconds since midnight as number 32314
|
||||
print time$("milliseconds") 'milliseconds since midnight as number 33221342
|
||||
print time$("ms") 'milliseconds since midnight as number 33221342
|
||||
Loading…
Add table
Add a link
Reference in a new issue