On 8/09/21 2:53 am, Grant Edwards wrote:
   #define IF if (
   #define THEN ) {
   #define ELSE } else {
   #define ENDIF }
   ...

I gather that early versions of some of the Unix utilities were
written by someone who liked using macros to make C resemble Algol.

I guess you can get away with that sort of thing if you're a
Really Smart Person.

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to