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