a simple test lua file. doesn't do anything useful yet.
This commit is contained in:
parent
e09862023e
commit
ca58921e2e
1 changed files with 9 additions and 0 deletions
9
color.lua
Normal file
9
color.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
-- Lua test file
|
||||
|
||||
function ithecolors( c )
|
||||
a = 5
|
||||
b = 7
|
||||
io.write("some shit from lua\n")
|
||||
end
|
||||
|
||||
ithecolors()
|
||||
Loading…
Add table
Add a link
Reference in a new issue