User Tools

Site Tools


computer_basics:structured_programming_concepts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computer_basics:structured_programming_concepts [2018/07/24 01:41] mithatcomputer_basics:structured_programming_concepts [2018/07/24 01:46] – [Theoretical reasons] mithat
Line 21: Line 21:
  
 ===== Theoretical reasons ===== ===== Theoretical reasons =====
-  * It's is all you need to write any "provable function".+  * It's is all you need to write any "provable function."
   * Dominates theoretical thinking.   * Dominates theoretical thinking.
  
Line 104: Line 104:
 </code> </code>
  
 +<html>
 <script> var uls = document.getElementsByTagName('ul'); <script> var uls = document.getElementsByTagName('ul');
 for(var i=0,j=uls.length;i<j;++i){uls[i].setAttribute('class','incremental')} for(var i=0,j=uls.length;i<j;++i){uls[i].setAttribute('class','incremental')}
 </script> </script>
 +</html>
computer_basics/structured_programming_concepts.txt · Last modified: 2018/07/24 22:13 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki