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