Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local myTable = {}
- local anotherTable = {}
- anotherTable["name"] = "Fuel"
- anotherTable["amount"] = 10000
- anotherTable["capacity"] = 640000
- myTable["Fuel"] = anotherTable
- myTable["value"] = 1000.1
- local s = textutils.serialize(myTable)
- print (s)
Advertisement
Add Comment
Please, Sign In to add comment