diff options
author | Ankitr19 | 2017-07-07 12:47:56 +0530 |
---|---|---|
committer | Ankitr19 | 2017-07-07 12:47:56 +0530 |
commit | 14b75917c2c8b8e139bfd2442ec007341af2b6e0 (patch) | |
tree | 0d91694e0e2eca49305fe0fe6d2a7e09f0979739 /2.3-1/tests/unit_tests/test_string/scilabcode/asciitest2.sci | |
parent | a4f297592658439bbd7ada3105296fa4b5f81884 (diff) | |
download | Scilab2C-14b75917c2c8b8e139bfd2442ec007341af2b6e0.tar.gz Scilab2C-14b75917c2c8b8e139bfd2442ec007341af2b6e0.tar.bz2 Scilab2C-14b75917c2c8b8e139bfd2442ec007341af2b6e0.zip |
Demos and RPi compiler compatibility
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 |