argument |
Create a local variable. |
caseof - case - endcase |
Conditionally pass control to a code block. |
command - endcommand |
Start/end a section of PFC commands. |
construct |
Construct a FISH structure. |
continue |
Stop processing a loop iteration and continue to the next. |
define - end |
Start/end of function definition. |
exit |
Exit function. |
exit loop |
Exit from a loop. |
exit section |
Exit section. |
global |
Create a global variable. |
if - else if - else - endif |
Conditional statements. |
local |
Create a local variable. |
loop - endloop |
Loop through code (all forms). |
section - endsection |
Start/end a defined, discrete section of code. |
whilestepping |
Execute the FISH function at cycle point -1.0. |