shithub: mc

ref: 6f55ccbfe4eca08f1fa81f7cd19935ff53ac3e11
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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