diff options
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_expression_function.txt')
-rw-r--r-- | js/scripting-lang/scratch_tests/test_expression_function.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/js/scripting-lang/scratch_tests/test_expression_function.txt b/js/scripting-lang/scratch_tests/test_expression_function.txt deleted file mode 100644 index 4b3308f..0000000 --- a/js/scripting-lang/scratch_tests/test_expression_function.txt +++ /dev/null @@ -1,9 +0,0 @@ -/* Test function with expression in body */ - -// Function with expression -expr_func : x y -> x + y; - -// Test it -..out "=== EXPRESSION FUNCTION TEST ==="; -result : expr_func 5 3; -..out result; \ No newline at end of file |