From 078eca583eec21d317e931c84db8f084bef4305d Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Wed, 22 Apr 2026 15:58:41 -0700 Subject: Snapshot --- util.lua | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 util.lua (limited to 'util.lua') diff --git a/util.lua b/util.lua new file mode 100644 index 0000000..bb9b2e8 --- /dev/null +++ b/util.lua @@ -0,0 +1,52 @@ +-- https://pico-8.fandom.com/wiki/Qsort +function qsort(a,c,l,r) + c,l,r=c or function(a,b) return a