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