# Test comment. options = { .title = "Afterglow", .width = 1280, .height = 800, .tick_rate = 60, ["foo"] = "bar", [42] = 42, } @log_info(options.title) return options