diff options
author | Brijeshcr | 2017-07-07 23:02:01 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-07 23:02:01 +0530 |
commit | e3bea007e2fae247b4d761bb50c7e28b16268405 (patch) | |
tree | 5e86dbf3f129aed509beb506d0926ce2427ff350 /macros/ASTManagement/_funcall_string.sci | |
parent | f577f255fd5c1d30bc770e9b053823ada8684528 (diff) | |
parent | ec1677606d3e636a47d4fd0853f83868b3953314 (diff) | |
download | scilab2c-e3bea007e2fae247b4d761bb50c7e28b16268405.tar.gz scilab2c-e3bea007e2fae247b4d761bb50c7e28b16268405.tar.bz2 scilab2c-e3bea007e2fae247b4d761bb50c7e28b16268405.zip |
Array Declration for function
Diffstat (limited to 'macros/ASTManagement/_funcall_string.sci')
-rw-r--r-- | macros/ASTManagement/_funcall_string.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/ASTManagement/_funcall_string.sci b/macros/ASTManagement/_funcall_string.sci index 0ee97016..7c0b0abf 100644 --- a/macros/ASTManagement/_funcall_string.sci +++ b/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 |