Up

_scienceStatisticStringsAdd

Add two string numbers. Strings must be numbers otherwise nil will be returned.

Prototype :

fun [S S] S

Return : S a new string number or nil if error

See also :

_scienceStatisticStringsSub

Example :

fun main ()=
	_showconsole;
	_fooS _scienceStatisticStringsAdd "243" "39901";	// "40144"
	0;;

Note :