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.

