Mon, 20 Apr 2020 12:09:00 -0500
Avoid escape in README
--@module tuple local tuple={} function tuplefst(a, b) return a end function tuple.snd(a, b) return b end return tuple