Text-only Table of Contents (frame/ no frame)
(17) Logic Control Constructs Previous Top Next

Logic Control Constructs                 



try:
x=34;
y=26;

if x>y
    z=1
elseif x==y
    z=0
else
   z=-1
end




Previous Top Next


Logic_Control.src  last modified Sep 29, 2009 Introduction Table of Contents
(frame/no frame)
Printable
(single file)
© Dartmouth College