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