procedure main() local t t := table() t["foo"] := "bar" write(t["foo"]) end