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];