do...until wisdom needed...

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Mon Apr 16 16:04:32 EDT 2001


Mon, 16 Apr 2001 16:19:42 -0000, Steve Lamb <grey at despair.rpglink.com> pisze:

> statement unless (condition)
> statement if (!condition)
> statement if (not condition)
> unless (condition){statement}
> if (!condition) {statement}
> if (not condition) {statement}

Don't forget:

condition or statement;
!condition and statement;
not condition and statement;
condition || statement;
!condition && statement;
(not condition) && statement;

-- 
 __("<  Marcin Kowalczyk * qrczak at knm.org.pl http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTĘPCZA
QRCZAK



More information about the Python-list mailing list