diff options
Diffstat (limited to 'stacker/test/false.st')
| -rw-r--r-- | stacker/test/false.st | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stacker/test/false.st b/stacker/test/false.st new file mode 100644 index 00000000000..08c178362ab --- /dev/null +++ b/stacker/test/false.st @@ -0,0 +1,6 @@ +# +# FALSE test +# +FORWARD success; +FORWARD failure; +: MAIN FALSE 0 = IF success ELSE failure ENDIF ; |

