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