aboutsummaryrefslogtreecommitdiff
path: root/test.trt
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2014-04-29 12:24:47 +0200
committertomsmeding <hallo@tomsmeding.nl>2014-04-29 12:24:47 +0200
commit571038785a3750db34261b462206e4fb73b206a7 (patch)
tree6263f0abe3056bb8252b493dbf682dfe6cc6a5df /test.trt
parentd964b6139f127c6720e927d0e6f467293d6d9eba (diff)
Added REL
Diffstat (limited to 'test.trt')
-rw-r--r--test.trt54
1 files changed, 51 insertions, 3 deletions
diff --git a/test.trt b/test.trt
index e2a3afa..24095f4 100644
--- a/test.trt
+++ b/test.trt
@@ -1,3 +1,51 @@
-1 2 stk
-swp stk
-dup stk \ No newline at end of file
+5 4 3 swp stk
+"e" "d" "c" "b" "a" stk
+4 grb stk
+3 rel stk
+
+{
+Outputs:
+
+3--4
+ |
+ 5
+
+a
+|
+b
+|
+c
+|
+d
+|
+e
+|
+3--4
+ |
+ 5
+
+a--b
+| |
+| c
+| |
+| d
+| |
+| e
+|
+3--4
+ |
+ 5
+
+
+a--e
+|
+b
+|
+c
+|
+d
+|
+3--4
+ |
+ 5
+}