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