ref: ea0f777ff662372425ab7ac2ff125ca3c7070cf6 dir: /libstd/now.myr/
use "types.use" use "syswrap.use" pkg std = const now : (-> time) ;; /* microseconds since epoch */ const now = { -> curtime() }