Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
The only examples I saw of calling more than one function at a time through the terminal with
fireinvolved chaining functions. I would want each function I call to be able to ignore whatever the result might be from the previous one.