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