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