Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
6
Task/System-time/FutureBasic/system-time-1.basic
Normal file
6
Task/System-time/FutureBasic/system-time-1.basic
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
window 1
|
||||
print time
|
||||
print time(@"hh:mm:ss" )
|
||||
print time(@"h:mm a" )
|
||||
print time(@"h:mm a zzz")
|
||||
HandleEvents
|
||||
7
Task/System-time/FutureBasic/system-time-2.basic
Normal file
7
Task/System-time/FutureBasic/system-time-2.basic
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
window 1
|
||||
|
||||
print fn CFAbsoluteTimeGetCurrent
|
||||
print fn CACurrentMediaTime
|
||||
print fn ProcessInfoSystemUptime
|
||||
|
||||
HandleEvents
|
||||
Loading…
Add table
Add a link
Reference in a new issue