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