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, 4 insertions, 0 deletions
diff --git a/js/scripting-lang/scratch_tests/test_composition.txt b/js/scripting-lang/scratch_tests/test_composition.txt new file mode 100644 index 0000000..8f52414 --- /dev/null +++ b/js/scripting-lang/scratch_tests/test_composition.txt @@ -0,0 +1,4 @@ +double : x -> x * 2 +triple : x -> x * 3 +composed : double via triple 5; +..out composed; \ No newline at end of file |