ui.print("hello world") table = {} table[1] = 1 table["msg"] = "hello" function do_something() return 1 end return table