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