Update README.md

This commit is contained in:
paladin 2026-08-28 14:02:26 +01:00
parent 226e731630
commit 110e035efd
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
_Mars. It's out of this world._ _Mars. It's out of this world._
An interpreter for Mars, a dialect of Lua 5.5. It's out of this world. An interpreter for Mars, a dialect of Lua 5.5.
Mars is the Pool engine's scripting language. It handles memory and logic for objects. Mars is the Pool engine's scripting language. It handles memory and logic for objects.

View file

@ -1,2 +1,2 @@
local table = { "hello", "friend" } local table = { "hello", "friend" }
print(table[1], table[2]) print(table[1], table[2])