aboutsummaryrefslogtreecommitdiffstats
path: root/projects/Stacker/test/drop2.st
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/test/drop2.st')
-rw-r--r--projects/Stacker/test/drop2.st7
1 files changed, 0 insertions, 7 deletions
diff --git a/projects/Stacker/test/drop2.st b/projects/Stacker/test/drop2.st
deleted file mode 100644
index f7e95a4..0000000
--- a/projects/Stacker/test/drop2.st
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# DROP2 test
-#
-FORWARD success;
-FORWARD failure;
-: step2 0 = IF success ELSE failure ENDIF ;
-: MAIN 0 1 2 3 DROP2 1 = IF step2 ELSE failure ENDIF ;