News

The following very simple example displays employees hired after 2009. See structured programming. START OPEN employee file DO WHILE not end of file GET next record IF year of hire is greater than ...
See structured English. Functions Return to the Next Instruction Structured programming uses functions (routines) that guarantee a return to the instruction following the one that called it.