/************************************************************************************ f1.for For loops. Should display 7 output text fields, with the values 1, 2, 3, 4, 5, 6, 7. Check program.print to ensure reprints properly. ************************************************************************************/ for i from 1 upto 8 do path opd[ 4 ]; literal( 4, i ){ out opd }; { in opd }output( "i = " & i, 10, 50 * i, 16, 4 ); end