# std.debug.print("Thing{ {s} };", .{"1234"}); ```Expected output: `Thing{ 1234 };` What's the syntax for this type of thing?