User Tools

Site Tools


programming_fundamentals_with_processing:ch02-getting-going.html

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
programming_fundamentals_with_processing:ch02-getting-going.html [2017/07/26 15:20] – created mithatprogramming_fundamentals_with_processing:ch02-getting-going.html [2017/07/26 15:52] – [Source code] mithat
Line 8: Line 8:
  
 A computer program's **source code** is what you "write" when you "write" a program. It almost always consists of plain, simple text.((There are programming tools that are based on manipulating visual elements rather than source code, but these as a rule ultimately produce text output. A computer program's **source code** is what you "write" when you "write" a program. It almost always consists of plain, simple text.((There are programming tools that are based on manipulating visual elements rather than source code, but these as a rule ultimately produce text output.
-)) The source code you write is stored in files called **source code files**--sometimes shortened to simply **sources** or **code**. Thus, source code files are text files made up of sets of instructions written in a particular programming language that express what you'd like the program to do.+)) The source code you write is stored in files called **source code files** --- sometimes shortened to simply **sources** or **code**. Thus, source code files are text files made up of sets of instructions written in a particular programming language that express what you'd like the program to do.
  
 ==== Entry points ==== ==== Entry points ====
programming_fundamentals_with_processing/ch02-getting-going.html.txt · Last modified: 2017/07/26 17:44 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki