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