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