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