| 
 | Hauptseite - Welches System? - Hardware - Software - Emulatoren - | Internet MausNet Programmieren Verweise Über | 
 
 
 
 
Dokumentation als ST-Guide Hypertext
MODULE HelloWorld;
FROM InOut IMPORT WriteString, WriteLn, Read ;
VAR ch:CHAR;
BEGIN
WriteString('Hello World !');
WriteLn;
Read(ch);
END HelloWorld.
 
 
 
 
|   | English version not yet available. |