Start from a main routine: Difference between revisions

m
Line 31:
 
=={{header|ALGOL 68}}==
An Algol 68 program consists of a sequence of declarations and expressions. The expressionssexpressions are executed and so form the main program.
<lang algol68>BEGIN
print( ( "Hello, World!", newline ) )
1,489

edits