Richie Bendall db570595d8 Add Bloop
Co-Authored-By: DouglasAndre25 <douglasandre25@users.noreply.github.com>
2020-03-30 04:35:28 +13:00

5 lines
109 B
Plaintext

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