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