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