From 14b75917c2c8b8e139bfd2442ec007341af2b6e0 Mon Sep 17 00:00:00 2001 From: Ankitr19 Date: Fri, 7 Jul 2017 12:47:56 +0530 Subject: Demos and RPi compiler compatibility --- 2.3-1/tests/unit_tests/test_string/scilabcode/asciitest2.sci | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 2.3-1/tests/unit_tests/test_string/scilabcode/asciitest2.sci (limited to '2.3-1/tests/unit_tests/test_string/scilabcode/asciitest2.sci') 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 -- cgit