Back to notes -- Keyboard shortcut: 'u'              Lecture 6 - slide 10 : 46
Program 1
 

Procedure P;
begin 
  while A
  do begin
       X;
       if B
       then if C
            then Y
            else Z
       else begin
              V; W
            end
     end
end