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

3
t/Trans-dimensional Normal file
View File

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