Up |
_scienceStatisticStringsAdd
Add two string numbers. Strings must be numbers otherwise nil will be returned.
Prototype :
fun [S S] S
- S : a first string numbers.
- S : a second string numbers.
Return : S a new string number or nil if error
See also :
Example :
fun main ()=
_showconsole;
_fooS _scienceStatisticStringsAdd "243" "39901"; // "40144"
0;;
Note :