menu_fp_textual.html 543 B

123456789101112131415
  1. <div class="w3-item"><img src="img/icn_fp_textual.png" title="programming mode icon" class="w3-icon" />
  2. <h3>Textual environment</h3>
  3. <p>
  4. Construct algorithms using the interface to enter the code (in the form of text), using the syntax <i>Portugol</i>.
  5. <br/>
  6. <center>
  7. <img src="img/menu_pf_textual_1.png" title="Image of Portuguese code to select the largest" />
  8. <br/>
  9. <i>Image of iVProg using the textual interface, to select the largest integer from 2 integer values
  10.    to be entered by the user.</i>
  11. </center>
  12. </p>
  13. </div>