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