RosettaCodeData/Task/Special-characters/C++/special-characters-7.cpp
2023-07-01 13:44:08 -04:00

2 lines
84 B
C++

#define THE(x) the_ ## x
int THE(answer) = 42; // THE(answer) expands to the_answer