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