Aktuelle Änderungen Printable View Änderungen Bearbeiten
Functor > TrampolineStyle > MaintainableCode > AbstractDataType > OopVsAdt > DesignByContract > GenericFunctions > CPlusPlusSprache > FunctionPointers > FunctionPointer > CSharpAttributes > DynamicLanguages > DeepnessInTheSky > BjarneStroustrup > AlistairCockburn > HistoryLanguages > GeschichteSprachenClear TrailIDENTIFICATION DIVISION. PROGRAM-ID. HELLO-WORLD. PROCEDURE DIVISION. MAIN. DISPLAY 'Hello, world.'. STOP RUN.
BEGIN
print( ("Hello, world!",newline) )
END PROGRAM HelloWorld
PRINT *, "Hello World"
END PROGRAM HelloWorld[2]