1 line
50 B
Lua
1 line
50 B
Lua
local fruit = {apple = 0, banana = 1, cherry = 2}
|
local fruit = {apple = 0, banana = 1, cherry = 2}
|