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