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