Add Bloop
Co-Authored-By: DouglasAndre25 <douglasandre25@users.noreply.github.com>
This commit is contained in:
parent
b1649e5c89
commit
db570595d8
@ -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
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];
|
Loading…
x
Reference in New Issue
Block a user