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