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