4 lines
72 B
Text
4 lines
72 B
Text
|
|
goodbye:proc options(main);
|
||
|
|
put list('Hello world!');
|
||
|
|
end goodbye;
|