Add Bloop

Co-Authored-By: DouglasAndre25 <douglasandre25@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-03-30 04:35:28 +13:00
parent b1649e5c89
commit db570595d8
2 changed files with 6 additions and 0 deletions

5
b/bloop.bloop Normal file
View File

@@ -0,0 +1,5 @@
DEFINE PROCEDURE ''HELLO-WORLD'' [N]:
BLOCK 0: BEGIN
PRINT['Hello World']
BLOCK 0: END.
HELLO-WORLD[1];