GOTO(1100,1004,1013,1020,1004,1004)(IKIND+1)
If the integer value is 1 (not zero), control flow transfers to label_1, if the value is 2, it transfers to the second label, etc.
Interesting! It's like a simplified switch statement.
If the integer value is 1 (not zero), control flow transfers to label_1, if the value is 2, it transfers to the second label, etc.
Interesting! It's like a simplified switch statement.