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

View File

@ -119,6 +119,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Blackrum](b%5CBlackRum.br)
* [Blc](b%5CBLC.Blc)
* [Blitz3D](b%5Cblitz3d.bb)
* [Bloop](b%5Cbloop.bloop)
* [Blub](b%5Cblub.blub)
* [Bolgefuck](b%5Cbolgefuck.bf)
* [Boo](b%5Cboo.boo)

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];