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