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