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