From 0b07728a0dc556834a57560fae5bf2d9d467241e Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Wed, 30 Jun 2021 16:09:21 -0400 Subject: [PATCH] Add Trans-dimensional (#1092) Co-authored-by: Richie Bendall --- readme.md | 3 ++- t/Trans-dimensional | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 t/Trans-dimensional diff --git a/readme.md b/readme.md index d3a952b7..9c90a438 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 (803 total) +## Languages (804 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [*](%23/*) @@ -733,6 +733,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [TI Hexadecimal](t/TI%20Hexadecimal.hex) * [TIBasic](t/TIBasic.ti) * [TK](t/TK.tk) +* [Trans-dimensional](t/Trans-dimensional) * [Tri](t/Tri.tri) * [TrollScript](t/TrollScript.troll) * [TrumpScript](t/TrumpScript.py) diff --git a/t/Trans-dimensional b/t/Trans-dimensional new file mode 100644 index 00000000..f954fc61 --- /dev/null +++ b/t/Trans-dimensional @@ -0,0 +1,3 @@ +dimension X; +put [X:1] -> "Hello World"; +output get [X:1];