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