Return to Snippet

Revision: 32486
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