diff options
author | Brijeshcr | 2017-07-07 23:02:01 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-07 23:02:01 +0530 |
commit | ab2d4e957b52edb2c04bd524a2c062c8058623c8 (patch) | |
tree | d53fb7cb52976c19d1b9c5380257226c09f65272 /2.3-1/macros/ASTManagement/_funcall_string.sci | |
parent | ce61940a1398e66d9d09b81241789576c1ceca01 (diff) | |
parent | ccf9047acb6f74a67a23659aeb21e6bee6940df7 (diff) | |
download | Scilab2C-ab2d4e957b52edb2c04bd524a2c062c8058623c8.tar.gz Scilab2C-ab2d4e957b52edb2c04bd524a2c062c8058623c8.tar.bz2 Scilab2C-ab2d4e957b52edb2c04bd524a2c062c8058623c8.zip |
Array Declration for function
Diffstat (limited to '2.3-1/macros/ASTManagement/_funcall_string.sci')
-rw-r--r-- | 2.3-1/macros/ASTManagement/_funcall_string.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2.3-1/macros/ASTManagement/_funcall_string.sci b/2.3-1/macros/ASTManagement/_funcall_string.sci index 0ee97016..7c0b0abf 100644 --- a/2.3-1/macros/ASTManagement/_funcall_string.sci +++ b/2.3-1/macros/ASTManagement/_funcall_string.sci @@ -5,6 +5,7 @@ function txt=%funcall_string(F) // rhs : a list // name : string, the name of the function // lhsnb: number, the number of function lhs +// Modified By: Ukasha Noor if F.name <> 'disp' txt=['Funcall : '+F.name |