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