/ Published in: Pascal
A Pascal version of mattloto's C++ program. just to prove that pascal is cool.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
program Spamhello; const a:boolean = true; begin repeat writeln('Hello World! >:D'); until a = false end.