fork download
  1. DB = {
  2. ["Vigía"] = 112
  3. }
  4.  
  5. print(DB["Vigía"])
  6.  
  7. print(_VERSION)
Success #stdin #stdout 0.02s 2540KB
stdin
Standard input is empty
stdout
112
Lua 5.1