Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
functions should assign values to variables instead of try to return the output by echoing them. We can still use the echo for debugging purposes, but the variable should be assigned by the function and used in the other. Note that variables are not locally scoped.
- Loading branch information