Monday, November 08, 2010 at 12:07 AM.
system.verbs.traps.test.tst2
on tst2 (adr) { <<see the Testing suite for a call to this trap
<<it's in the "Test Frontier on Net" script
<<select UserLand Testing Suite from the Suites menu
<<the first and only parameter is an object database address
<<we return the contents of the object at that address
local (x);
pack (adr^, @x);
return (x)}
This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.