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