summaryrefslogtreecommitdiffstats
path: root/virtual-programs/time.folk
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2023-09-08 22:30:02 +0000
committerOmar Rizwan <omar@omar.website>2023-09-08 22:30:02 +0000
commit4af0fc0e8aa6d89912e0516626fcd7c995b4abda (patch)
tree80df9a2ed12b3235af67dd427dcf31fd3de0773e /virtual-programs/time.folk
parentc: Scope getters so fields w/ same name across structs don't collide (diff)
parentSome peering cleanup (receive before Step); build in FPS counting (diff)
downloadfolk-4af0fc0e8aa6d89912e0516626fcd7c995b4abda.tar.gz
folk-4af0fc0e8aa6d89912e0516626fcd7c995b4abda.zip
Merge branch 'main' into osnr/vulkan-display
Diffstat (limited to 'virtual-programs/time.folk')
-rw-r--r--virtual-programs/time.folk3
1 files changed, 3 insertions, 0 deletions
diff --git a/virtual-programs/time.folk b/virtual-programs/time.folk
new file mode 100644
index 00000000..1dff734d
--- /dev/null
+++ b/virtual-programs/time.folk
@@ -0,0 +1,3 @@
+When $::thisProcess has step count /t/ {
+ Claim the clock time is [/ [clock milliseconds] 1000.0]
+}