aboutsummaryrefslogtreecommitdiff
path: root/test.trt
diff options
context:
space:
mode:
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
+}