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