Files
china-dictatorship/hello-world/b/Bloop.bloop

5 lines
109 B
Plaintext
Raw Normal View History

2021-03-24 00:00:01 +00:00
DEFINE PROCEDURE ''HELLO-WORLD'' [N]:
BLOCK 0: BEGIN
PRINT['Hello World']
BLOCK 0: END.
HELLO-WORLD[1];