···118118 // @field(foo, "x"); // returns the value at foo.x
119119 //
120120 // The first field should print as: "0"(bool):true
121121+ //
122122+ // Hint: Be careful! If your 'lhs' is a type, @field() looks
123123+ // for declarations. If it's a value, it looks for data.
124124+ //
121125 print("\"{s}\"({any}):{any} ", .{
122126 field.???,
123127 field.???,