Random
Source Code

Pascal

An outdated programming language which uses Begin and End instead of { and } for determining the scope of code structures.

Here is a simple program in pascal:

Program PascalSucks
Begin
Writeln("Pascal Sucks");
End.

by Gek Rue February 22, 2007

42👍 61👎