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