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