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