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