Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 215 Bytes

TupleN.md

File metadata and controls

8 lines (8 loc) · 215 Bytes
-- Requires N arguments to be wrapped as one list in AS 
-- (the JS version accepts N separate arguments)
-- TupleN :: a -> b ...  -> (a, b ... )
on TupleN(argv)
    tupleFromList(argv)
end TupleN