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