POPS

Synopsis
POPS
Description

Prints the definitions of all unburied procedures in the workspace to the current write stream. POPS abbreviates PO PROCEDURES.

Example
MAKE "var 1

TO xxx
  print "Hello ; comment
end

POPS
TO xxx
  print "Hello ; comment
END

SourceForge.net Logo