diff options
Diffstat (limited to 'js/scripting-lang/scratch_tests/test_case_debug.txt')
-rw-r--r-- | js/scripting-lang/scratch_tests/test_case_debug.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/js/scripting-lang/scratch_tests/test_case_debug.txt b/js/scripting-lang/scratch_tests/test_case_debug.txt deleted file mode 100644 index 6345e16..0000000 --- a/js/scripting-lang/scratch_tests/test_case_debug.txt +++ /dev/null @@ -1,9 +0,0 @@ -/* Minimal test to debug case expressions */ -grade : score -> - when score is - 90 then "A" - 80 then "B" - _ then "F"; - -result : grade 95; -..out result; \ No newline at end of file |