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


pf ps pv pxf pxs plv

Function: pf { -> }
file: 10-C-utils.muf
package: muf
status: tentative

The pf (printFunctions) function lists the names of all functions in the current package.

Function: ps { -> }
file: 10-C-utils.muf
package: muf
status: tentative

The ps (printSymbols) function lists the names of all symbols in the current package.

Function: pv { -> }
file: 10-C-utils.muf
package: muf
status: tentative

The pv (printVariables) function lists the names and values of all variables (symbols with non-nil values) in the current package.

Function: pxf { -> }
file: 10-C-utils.muf
package: muf
status: tentative

The pxf (printExportedFunctions) function lists the names of all functions exported from the current package.

Function: pxs { -> }
file: 10-C-utils.muf
package: muf
status: tentative

The pxs (printExportedSymbols) function lists the names of all symbols exported from the current package.

Function: pxv { -> }
file: 10-C-utils.muf
package: muf
status: tentative

The pxv (printExportedVariables) function lists the names and values of all variables (symbols with non-nil values) exported from the current package.


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