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