match x { is table { print(indent_this + "{") for pair in pairs(x) { write(indent + " " + to_string(pair.key) + ": ") pretty_print_internal(pair.value, indent + " ", false) } print(indent + "}") }