Open luchak opened 2 years ago
Add two missing functions to the list of Pico-8 builtins: pack collects a multival into a table, and unpack splits a table into a multival.
pack
unpack
There's also select
select
Add two missing functions to the list of Pico-8 builtins:
pack
collects a multival into a table, andunpack
splits a table into a multival.