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