j
k
j a
j l
The extra space generated by this is a bug, I presume?
#define FOO(X) #X #define BAR(Y) FOO(Y)
int main() { write("%O\n", BAR(baz)); }
(The output from the above is "baz " in 7.3, at least.)
Back to the thread
Back to the list