Fixed Digit as Variable in Function Editor
Issue #592 : A problem with digits used as variable names in the function editor
Description
Description: This pull request fixes the issue of digits identifying as variable in function editor
For instance, consider a scenario where variable names are '1' and the function expression is also '1.'. This lead to confusion in assignment of variables thus I have restricted the allowed variables, the variables having digit as first characters are not allowed