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

