Sun, 07 May 2017 20:02:53 +0100
5.3 updates
module("tuple") function fst(a, b) return a end function snd(a, b) return b end