Create hello_world.pl1
This commit is contained in:
10
p/hello_world.pl1
Normal file
10
p/hello_world.pl1
Normal file
@@ -0,0 +1,10 @@
|
||||
HELLO: PROCEDURE OPTIONS (MAIN);
|
||||
|
||||
/* A PROGRAM TO OUTPUT HELLO WORLD */
|
||||
FLAG = 0;
|
||||
|
||||
LOOP: DO WHILE (FLAG = 0);
|
||||
PUT SKIP DATA('HELLO WORLD!');
|
||||
END LOOP;
|
||||
|
||||
END HELLO;
|
||||
Reference in New Issue
Block a user