Go to the first, previous, next, last section, table of contents.


No Arguments or Values in the "Syntax" Section

If no arguments are permitted, or no values are returned, a special notation is used to make this more visually apparent. For example,

F <no arguments> => <no values>

indicates that F is an operator that accepts no arguments and returns no values.


Go to the first, previous, next, last section, table of contents.