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