[ prog / sol / mona ]

prog


Marvin Minsky - The Beauty of the Lisp Language

159 2020-10-12 03:36

>>157 > #define A(x) #define B(y) (x(y))
or if you want exactly B(y)
#define A(x,y) x(y)
#define B(y) A(x,y)

301


VIP:

do not edit these