Add Trans-dimensional (#1092)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
MrBrain295
2021-06-30 16:09:21 -04:00
committed by GitHub
parent ff757491e7
commit 0b07728a0d
2 changed files with 5 additions and 1 deletions

View File

@@ -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 start-->
## 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)

3
t/Trans-dimensional Normal file
View File

@@ -0,0 +1,3 @@
dimension X;
put [X:1] -> "Hello World";
output get [X:1];