Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
15
Task/System-time/Lingo/system-time.lingo
Normal file
15
Task/System-time/Lingo/system-time.lingo
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
put time()
|
||||
-- "03:45"
|
||||
|
||||
put date()
|
||||
-- "01.10.2016"
|
||||
|
||||
put the systemdate
|
||||
-- date( 2016, 10, 1 )
|
||||
|
||||
put the systemdate.seconds
|
||||
-- 13950
|
||||
|
||||
-- milliseconds since last boot, due to higher resolution better suited for random number seeding
|
||||
put _system.milliseconds
|
||||
-- 41746442
|
||||
Loading…
Add table
Add a link
Reference in a new issue