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