This commit is contained in:
2025-04-16 20:11:27 +02:00
parent 0100db76e6
commit 05f147b220
2 changed files with 123 additions and 23 deletions

2
scratch.lua Normal file
View File

@@ -0,0 +1,2 @@
local foo = {1, 2, 3, 4}
print(table.contains(foo, 3))