fork download
  1. tab = {
  2. ["abc"] = 5,
  3. }
  4.  
  5. print(tab.abcd or 1)
Success #stdin #stdout 0s 5528KB
stdin
Standard input is empty
stdout
1