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