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