v0.3.0 - Nothing works. I'm confused as hell. I can't figure this out.

This commit is contained in:
TheWahlolly
2025-04-05 16:21:58 +03:00
parent 7b8e237abe
commit 198b56e64a
8 changed files with 208 additions and 21 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
import("termlib")
local event = import("event")
--local ocelot = component.proxy(component.list("ocelot")())
print("\n\n".._OSVERSION..'\n │ Welcome! Type "help" to get started.\n')
while true do
coroutine.yield()
--coroutine.yield()
local args = table.pack(event.pull("key_down"))
--ocelot.log(tostring(args[1]))
end