diff options
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_nested_debug.txt')
-rw-r--r-- | js/scripting-lang/scratch_tests/test_nested_debug.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/js/scripting-lang/scratch_tests/test_nested_debug.txt b/js/scripting-lang/scratch_tests/test_nested_debug.txt deleted file mode 100644 index ad68670..0000000 --- a/js/scripting-lang/scratch_tests/test_nested_debug.txt +++ /dev/null @@ -1,8 +0,0 @@ -nested_func1 : x -> x + 1; -nested_func2 : x -> nested_func1 x; -nested_func3 : x -> nested_func2 x; -nested_func4 : x -> nested_func3 x; -nested_func5 : x -> nested_func4 x; - -deep_nested : nested_func5 10; -..out deep_nested; \ No newline at end of file |