How i can use like a case (java) on corona

i try some code and never works please help me
[lua]function makesim(event)
if event.phase==“ended” then
switch (arraysimbolo[1]){
case 000: print(000)
case 001: print(001)
case 010: print(010)
case 011: print(011)
case 100: print(100)
case 101: print(101)
case 110: print(110)
case 111: print(111)
}
end
end
end [import]uid: 138440 topic_id: 25652 reply_id: 325652[/import]