POT

Synopsis
POT contentslist
Description

Prints the title lines of the named procedures, the definitions of the named variables, and the contents of the named property lists to the current write stream. For property lists, the entire list is shown on one line instead of as a series of PPROP instructions as in PO.

Example
PPROP "plist1 "p1 1
PPROP "plist1 "p2 2
DEFINE "ABC [[a b] [PRINT :a] [PRINT :b]]
MAKE "var 32

POT [[ABC] [var] [plist1]]
to ABC :a :b
Make "var 32
Plist "plist1 = [p2 2 p1 1]

POT PROCEDURES
to ABC :a :b

SourceForge.net Logo