Workspace variables and scope.

Richard A. O'Keefe ok at cs.otago.ac.nz
Thu Feb 20 23:46:21 UTC 2003


Jimmie Houchin <jhouchin at texoma.net> wrote:

	output _( 'HTTP/1.0 200 OK\Content-Type: text/html\\',rfile contents) 
	withCRs withInternetLineEndings.

Just in case rfile contents contains backslashes,
shouldn't this be

	output := ( 'HTTP/1.0 200 OK\Content-Type: text/html\\' withCRs
	          , rfile contents ) withInternetLineEndings.



More information about the Squeak-dev mailing list