diff options
Diffstat (limited to '2.3-1/tests/unit_tests/test_string/scilabcode/asciitest2.sci')
-rw-r--r-- | 2.3-1/tests/unit_tests/test_string/scilabcode/asciitest2.sci | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/2.3-1/tests/unit_tests/test_string/scilabcode/asciitest2.sci b/2.3-1/tests/unit_tests/test_string/scilabcode/asciitest2.sci new file mode 100644 index 00000000..ca7dcb7e --- /dev/null +++ b/2.3-1/tests/unit_tests/test_string/scilabcode/asciitest2.sci @@ -0,0 +1,5 @@ +function asciitest2() + d=[97 98 99 100 101]; + si=ascii(d); + disp(si); +endfunction |