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