Update README.md
This commit is contained in:
parent
226e731630
commit
110e035efd
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
_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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
local table = { "hello", "friend" }
|
||||
print(table[1], table[2])
|
||||
print(table[1], table[2])
|
||||
Loading…
Add table
Add a link
Reference in a new issue