5
b/Bloop.bloop
Normal file
5
b/Bloop.bloop
Normal file
@@ -0,0 +1,5 @@
|
||||
DEFINE PROCEDURE ''HELLO-WORLD'' [N]:
|
||||
BLOCK 0: BEGIN
|
||||
PRINT['Hello World']
|
||||
BLOCK 0: END.
|
||||
HELLO-WORLD[1];
|
||||
Reference in New Issue
Block a user