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