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