shithub: mc

ref: f474cd1c2cdc0cd7a42e775c2059255453bb1777
dir: /libstd/now.myr/

View raw version
use "types.use"
use "syswrap.use"

pkg std =
	const now	: (-> time)
;;

/* microseconds since epoch */
const now = {
	-> curtime()
}