I know that you can define a function like this:
#PRINT printf("hello world\n");
Is it possible, instead, to define a function like this?
#PRINT printf("hello world\n"), printf("hello stack\n");
(... where the function has two steps to it.) Is this possible?