Log in / create account | Login with OpenID
DocForge
Programmer's Wiki

Source code

From DocForge

Source code, often referred to as simply code, is human readable text that complies to a programming language specification for the purpose of becoming machine instructions. Source code is typically either compiled into assembler and then machine code, or is interpreted by another executing program to become machine instructions.

[edit] See Also