This book Capitalizes The Names of functions that you need to use exactly as they are shown. Arguments that are placeholders for actual choices are in lowercase. For example, Connect Color is a function that you need to type as is, and color stands for some color choice that you make yourself.
Connect Color(color);
In this case, the argument in parentheses must be some color value (for example, a JMP color number, or a supported color name like "red", "blue", and so on, or an RGB value given as a list, such as {.75, .50, .50}). Sometimes alternatives like these are shown with the vertical bar (|) character for “or,” like this:
Connect Color( number | "color name" | {r,g,b} );

Help created on 7/12/2018