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