x = 10 y = ( x + 1 ) if ( y - x + 10 ) z = ( y - x ) output z end output z if x output x end quit