about summary refs log tree commit diff stats
path: root/js/scripting-lang/scratch_tests/test_enhanced_compose.txt
diff options
context:
space:
mode:
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_enhanced_compose.txt')
-rw-r--r--js/scripting-lang/scratch_tests/test_enhanced_compose.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/js/scripting-lang/scratch_tests/test_enhanced_compose.txt b/js/scripting-lang/scratch_tests/test_enhanced_compose.txt
deleted file mode 100644
index d277c64..0000000
--- a/js/scripting-lang/scratch_tests/test_enhanced_compose.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Test enhanced compose function */
-
-f : x -> x * 2;
-g : x -> x + 1;
-h : x -> x * x;
-
-/* Test enhanced compose with multiple functions */
-result : compose(f, g, h) 2;
-..out result; 
\ No newline at end of file