diff options
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_composition.txt')
-rw-r--r-- | js/scripting-lang/scratch_tests/test_composition.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/js/scripting-lang/scratch_tests/test_composition.txt b/js/scripting-lang/scratch_tests/test_composition.txt deleted file mode 100644 index 8f52414..0000000 --- a/js/scripting-lang/scratch_tests/test_composition.txt +++ /dev/null @@ -1,4 +0,0 @@ -double : x -> x * 2 -triple : x -> x * 3 -composed : double via triple 5; -..out composed; \ No newline at end of file |