proper enums

This commit is contained in:
Michael Kutowski
2025-03-01 13:33:23 +01:00
parent 43c54d4de8
commit 57a1264450
3 changed files with 87 additions and 96 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ _now :: proc "contextless" () -> Time {
_sleep :: proc "contextless" (d: Duration) {
// NOTE: no way to sleep afaict.
if d > 0 {
// orca.log_warning("core:time 'sleep' is unimplemented for orca")
orca.log_warning("core:time 'sleep' is unimplemented for orca")
}
}