semicolon at end of python's statements

Grant Edwards invalid at invalid.invalid
Thu Sep 5 10:04:15 EDT 2013


On 2013-09-05, Duncan Booth <duncan.booth at invalid.invalid> wrote:

> Someone I knew actually used these definitions when writing C in a
> Pascalish, Algol68ish style (if I remembered them correctly):
>
> #define IF if(((
> #define AND ))&&((
> #define OR )||(
> #define THEN ))){
> #define ELSE }else{
> #define FI }

Yep, I once knew somebody who used a set of macros like that to make C
programs look as much like some dialect of BASIC as possible.  He also
wrote his letters/memos in Lotus 1,2,3...

-- 
Grant Edwards               grant.b.edwards        Yow! I want to mail a
                                  at               bronzed artichoke to
                              gmail.com            Nicaragua!



More information about the Python-list mailing list