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