Log in / create account | Login with OpenID
DocForge
An Open Wiki For Software Developers

Source code

From DocForge

(Redirected from Code)

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.

See Also [edit]