Revision: 32486
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 26, 2010 12:45 by openote
Initial Code
program Spamhello; const a:boolean = true; begin repeat writeln('Hello World! >:D'); until a = false end.
Initial URL
Initial Description
A Pascal version of mattloto's C++ program. just to prove that pascal is cool.
Initial Title
Not Your Ordinary Hello World in Pascal
Initial Tags
Initial Language
Pascal