Up

_scienceStatisticStringsCmp

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

Prototype :

fun [S S] I

Return : I 0 if equal, 1 if the first is bigger than the second, -1 il the second is bigger than the first or nil if error

See also :

Example :

Note :