diff options
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_t_function_call.txt')
-rw-r--r-- | js/scripting-lang/scratch_tests/test_t_function_call.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/js/scripting-lang/scratch_tests/test_t_function_call.txt b/js/scripting-lang/scratch_tests/test_t_function_call.txt deleted file mode 100644 index a258f0d..0000000 --- a/js/scripting-lang/scratch_tests/test_t_function_call.txt +++ /dev/null @@ -1,15 +0,0 @@ -/* Test t. function calls */ - -/* Basic table creation */ -numbers : {1, 2, 3}; - -/* Define function */ -double : x -> x * 2; - -/* Test t.map function call */ -t_map_result : t.map @double numbers; - -/* Output results */ -..out "=== T. FUNCTION CALL TEST ==="; -..out "t.map result:"; -..out t_map_result; \ No newline at end of file |