Add Trans-dimensional (#1092)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
@@ -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
3
t/Trans-dimensional
Normal file
@@ -0,0 +1,3 @@
|
||||
dimension X;
|
||||
put [X:1] -> "Hello World";
|
||||
output get [X:1];
|
||||
Reference in New Issue
Block a user