11 lines
254 B
Text
11 lines
254 B
Text
begin
|
|
|
|
comment - This form is borrowed from ALGOL 60;
|
|
|
|
% And this is borrowed from ALGOL W %
|
|
|
|
% ALGOL-M will not compile an "empty" program, so we have %
|
|
% to include at least one code-generating statement! %
|
|
write("This is only an exercise");
|
|
|
|
end
|