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