pO

Help Contents Workspace Management Inspection pO
printOut poall

printOut contentslist
pO contentslist


command. Prints to the write stream the definitions of all procedures, variables, and tables named in the input contents list.

Example:

a=1234
to t
	pr a
end
;t defined
po [[t][a]]

which will print:

to t
	pr a
end

Make "a 1234

See also:

Examples:

References:

printOut poall