fork download
  1. local mainNode =
  2. {
  3. [0] =
  4. {
  5. Name = "First element",
  6. Comments = "I have comments!",
  7. Data = { {123, 456}; foo = { "bar" } }
  8. },
  9. [1337] =
  10. {
  11. Name = "Another element",
  12. Data = { {0}; foo = nil }
  13. }
  14. }
Success #stdin #stdout 0.02s 2536KB
stdin
Standard input is empty
stdout
Standard output is empty