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