Structured programming - theory and practice

ion of the first part does not affect the second part, and the program below is function equivalent : y := abs(x) x := min(y, z) In short, there is an algebra of structured programs that allows any structured program, no matter how large, to be considered as a compound 5.2