From 27bfdb9ef3fddca35388cef87e69a7e2ff2f121d Mon Sep 17 00:00:00 2001 From: richdevegili Date: Mon, 4 Jan 2021 02:30:06 -0300 Subject: [PATCH] =?UTF-8?q?Add=20Cach=C3=A9=20ObjectScript=20(#879)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c/cache-objectscript.mac | 3 +++ readme.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 c/cache-objectscript.mac diff --git a/c/cache-objectscript.mac b/c/cache-objectscript.mac new file mode 100644 index 00000000..55b410a3 --- /dev/null +++ b/c/cache-objectscript.mac @@ -0,0 +1,3 @@ +HelloWorld ; + Write "Hello World" + Quit diff --git a/readme.md b/readme.md index 4caf46cb..b777aa31 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (718 total) +## Languages (719 total) * [05Ab1E](%23/05AB1E) * [0815](%23/0815.0815) @@ -182,6 +182,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Byter](b/byter.byter) * [C++](c/c%2B%2B.cpp) * [C](c/c.c) +* [Caché ObjectScript](c/cache-objectscript.mac) * [Caml](c/caml.ml) * [Cardinal](c/cardinal.cardinal) * [Casio Basic](c/Casio%20BASIC)