Source code: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
m Proper cat |
m +cat |
||
| Line 2: | Line 2: | ||
{{semi-stub}} | {{semi-stub}} | ||
[[Category: Software Basics]] | |||
Revision as of 20:44, 16 December 2018
Source code is the term used for the human-readable form of a program in a programming language, before it is processed by an assembler or compiler to produce the program in object code ('binary') form, or by an interpreter which runs the program directly.