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

Pseudocode

From DocForge

Pseudocode is generic non-formal code which doesn't exactly conform to any specific language. It's typically used for demonstration and educational purposes to convey how a program or script should or can be written. Pseudocode usually looks very similar to another commonly used language which the audience will already be familiar with, or somewhat like English so someone without any formal training can follow.