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