|
HomeNewsExamplesDemoDownloadsFAQDocumentationMailing ListsLicense | |||||||||
4:19 am GMT
ExamplesExamples » Pascalprogram hello(output); procedure WriteResponseHeader; begin writeln('content-type: text/html'); writeln end; begin WriteResponseHeader; writeln('<HTML>'); writeln('<HEAD>'); writeln('<TITLE>IriePascal Hello World Program</TITLE>'); writeln('</HEAD>'); writeln('<BODY>'); writeln('<BIG> Hello world!!! </BIG>'); writeln('</BODY>'); writeln('</HTML>') end. This category contains 2 examples, and has been viewed 30555 times.
|