company logo

control sequence function

Control sequence functions are specific functions, which influence the processing sequence of statements within a method. Control sequence functions do not change data in the application but determine the next statement to be processed. Typical control sequence functions are while, if or case.