diff options
Diffstat (limited to 'projects/Stacker/test/drop.st')
-rw-r--r-- | projects/Stacker/test/drop.st | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/projects/Stacker/test/drop.st b/projects/Stacker/test/drop.st deleted file mode 100644 index 4e29ae0..0000000 --- a/projects/Stacker/test/drop.st +++ /dev/null @@ -1,6 +0,0 @@ -# -# DROP test -# -FORWARD success; -FORWARD failure; -: MAIN 1 2 DROP 1 = IF success ELSE failure ENDIF ; |