From 2268684e6e19533fbecce5eec529e2cc8e1d0f34 Mon Sep 17 00:00:00 2001 From: bcnjr5 Date: Mon, 27 May 2013 22:28:32 -0300 Subject: [PATCH] Added BCPL --- b/BCPL.bcl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 b/BCPL.bcl diff --git a/b/BCPL.bcl b/b/BCPL.bcl new file mode 100644 index 00000000..938bf03c --- /dev/null +++ b/b/BCPL.bcl @@ -0,0 +1,6 @@ +GET "LIBHDR" + +LET START() BE +$( + WRITES("Hello, world!*N") +$)