Hey @jcrodriguez1989 , I tried my hand at this problem #63. I've added a function that checks whether the given code has unassigned variables in any function and issues a warning if there exists an unassigned variable, The function also specifies the name of the specific function and the variable. Please have a look and let me know, what improvements can be made.
Hey @jcrodriguez1989 , I tried my hand at this problem #63. I've added a function that checks whether the given code has unassigned variables in any function and issues a warning if there exists an unassigned variable, The function also specifies the name of the specific function and the variable. Please have a look and let me know, what improvements can be made.