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