# this program shows basic line control # pmb 10/1/02 # lines are usually executed one after the other print "this line comes frst" print "then this line" # soometimes control jumps around, if desired x=5 y=6 # if statement does exactly like it looks if ( x