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