1 2 3 4 5 6 7
`define msg(x,y) `"x: `\`"y`\`"`" module a; initial begin $display(`msg(left side,right side)); end endmodule