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