On Nov 10, 3:20 pm, Carsten Haese <[EMAIL PROTECTED]> wrote:

>
> Maybe it would help you if you added an S6 that does nothing underneath
> the "C2 is true" branch of your flow chart.
>
> --
> Carsten Haesehttp://informixdb.sourceforge.net

Think I found a sequence of statements that would work

if C1
  if C2
  else
    if C4
      S2
    else
      S3
else
  if C3
    S1
  if C5  # This should be C5. There is an error in the chart.
    S4

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to