Added luajit interp lines to the other 2 lua examples.
This commit is contained in:
parent
77a2622111
commit
1385babdfb
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env luajit
|
||||||
fruits = {"banana","orange","apple","grapes"}
|
fruits = {"banana","orange","apple","grapes"}
|
||||||
|
|
||||||
for k,v in ipairs(fruits) do
|
for k,v in ipairs(fruits) do
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env luajit
|
||||||
A = { ["John"] = true, ["Bob"] = true, ["Mary"] = true, ["Elena"] = true }
|
A = { ["John"] = true, ["Bob"] = true, ["Mary"] = true, ["Elena"] = true }
|
||||||
B = { ["Jim"] = true, ["Mary"] = true, ["John"] = true, ["Bob"] = true }
|
B = { ["Jim"] = true, ["Mary"] = true, ["John"] = true, ["Bob"] = true }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user