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