The Wayback Machine - https://web.archive.org/web/20210813081839/http://qbnz.com/highlighter/
| |
|
HomeNewsExamplesDemoDownloadsFAQDocumentationMailing ListsLicense
|
|
8:18 am GMT
GeSHi - Generic Syntax Highlighter
Latest News
News Archive
|
Random Screenshot
Demonstration
Runtime Example
with Text_IO;
use Text_IO;
procedure Hello3 is
str: String := "Hello World !";
begin
Put_Line(str);
end Hello3;
|
|