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