Commands¶ This is a list of all the commands fish ships with. Broadly speaking, these fall into a few categories: Keywords¶ Core language keywords that make up the syntax, like if for conditions. for and while for loops. break and continue to control loops. function to define functions. return to return a status from a function. begin to begin a block and end to end any block (including ifs and lo