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