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