diff options
author | Ankitr19 | 2017-07-07 12:47:56 +0530 |
---|---|---|
committer | Ankitr19 | 2017-07-07 12:47:56 +0530 |
commit | 1dc99d862fe3178a3a6e72e2c1338000545ec859 (patch) | |
tree | 9d5ef438302e75e952ba17cb2f678a3196a6ff20 /tests/unit_tests/test_string/scilabcode/asciitest2.sci | |
parent | c2e305c3b82ed944d57402dd515b3d5839a31980 (diff) | |
download | scilab2c-1dc99d862fe3178a3a6e72e2c1338000545ec859.tar.gz scilab2c-1dc99d862fe3178a3a6e72e2c1338000545ec859.tar.bz2 scilab2c-1dc99d862fe3178a3a6e72e2c1338000545ec859.zip |
Demos and RPi compiler compatibility
Diffstat (limited to 'tests/unit_tests/test_string/scilabcode/asciitest2.sci')
-rw-r--r-- | tests/unit_tests/test_string/scilabcode/asciitest2.sci | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit_tests/test_string/scilabcode/asciitest2.sci b/tests/unit_tests/test_string/scilabcode/asciitest2.sci new file mode 100644 index 00000000..ca7dcb7e --- /dev/null +++ b/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 |