semicolon at end of python's statements

Chris Angelico rosuav at gmail.com
Thu Sep 5 08:02:51 EDT 2013


On Thu, Sep 5, 2013 at 9:33 PM, 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 }

Because s/he thought it made for better code, or as a joke? Usually I
see this sort of thing as the latter...

ChrisA



More information about the Python-list mailing list