Aktuelle Änderungen Printable View Änderungen Bearbeiten
YukihiroMatsumoto > TestDrivenClojure > MatthiasFelleisen > CheckedExceptions > Exceptions > HungarianNotation > HackersAndPainters > JustInTimeCompiler > FunctionalLanguage > FunctionalProgramming > EscapeTheEventLoop > ExtremeLateBinding > LightweightCodeGen > LispSuccessStories > ProgrammersAreLazy > RegularExpressions > 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]