3 lines
100 B
Text
3 lines
100 B
Text
#define ID(X) X
|
|
#define APPLY(F : [.], X) F (* intentionally forgetting to apply F *)
|
|
APPLY(ID, 42)
|