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