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