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