RosettaCodeData/Task/Special-characters/C++/special-characters-7.cpp

3 lines
84 B
C++
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#define THE(x) the_ ## x
int THE(answer) = 42; // THE(answer) expands to the_answer