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