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