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