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