Add Bloop
Co-Authored-By: DouglasAndre25 <douglasandre25@users.noreply.github.com>
This commit is contained in:
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