diff options
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_and_simple.txt')
-rw-r--r-- | js/scripting-lang/scratch_tests/test_and_simple.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/scripting-lang/scratch_tests/test_and_simple.txt b/js/scripting-lang/scratch_tests/test_and_simple.txt new file mode 100644 index 0000000..c68d4c5 --- /dev/null +++ b/js/scripting-lang/scratch_tests/test_and_simple.txt @@ -0,0 +1,8 @@ +/* Test very simple and expression */ + +/* Test basic and */ +result1 : 1 and 1; +result2 : 1 and 0; + +..out result1; +..out result2; \ No newline at end of file |