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