diff options
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_simple.txt')
-rw-r--r-- | js/scripting-lang/scratch_tests/test_simple.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/scripting-lang/scratch_tests/test_simple.txt b/js/scripting-lang/scratch_tests/test_simple.txt new file mode 100644 index 0000000..b5839fe --- /dev/null +++ b/js/scripting-lang/scratch_tests/test_simple.txt @@ -0,0 +1,5 @@ +/* Simple test */ + +add_func : x y -> x + y; +result : add_func 3 4; +..out result; \ No newline at end of file |