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