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