Text-only
Table of Contents (
frame
/
no frame
)
(17) Logic Control Constructs
Logic Control Constructs
Logic Control
if/elseif/else
Iterative Loops
for
while
try:
x=34;
y=26;
if x>y
z=1
elseif x==y
z=0
else
z=-1
end
Logic_Control.src last modified Sep 29, 2009
Introduction
Table of Contents
(
frame
/
no frame
)
Printable
(single file)
© Dartmouth College