fork download
  1. a={}
  2. a.b=2
  3. a.b.c=3
  4.  
  5. print a["b."]
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
luac: prog.lua:5: '=' expected near 'a'
stdout
Standard output is empty