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