Monday, November 08, 2010 at 12:01 AM.

system.verbs.apps.s3.simpleDb.createDomain

on createDomain (name, adrerrorstring=nil) {
	<<Changes
		<<1/4/08; 4:12:16 PM by DW
			<<Created.
	local (t);
	new (tabletype, @t);
	t.DomainName = name;
	return (s3.simpleDb.httpClient ("CreateDomain", @t, adrerrorstring))};
bundle { //test code
	createDomain (states.nthstate (random (1, 50)))}



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.