Evaluating HTML-Smalltalk Code in Scamper (with attached zip)

Randal L. Schwartz merlyn at stonehenge.com
Sat Jan 23 02:03:12 UTC 1999


>>>>> "Mark" == Mark Guzdial <guzdial at cc.gatech.edu> writes:

>> I played a little bit with scamper and added the HTMLCodeEntity-Tag
>> (<CODE></CODE>)

Uh... <code> is already an HTML 4.0 (and I think all the way back to
1.0) tag (see http://www.htmlhelp.com/reference/html40/phrase/code.html).
If you're gonna pick for embedded scripting, a standard way is:

	<script language=squeak>
	squeak code goes here
	</script>

-- 
Name: Randal L. Schwartz / Stonehenge Consulting Services (503)777-0095
Keywords: Perl training, UNIX[tm] consulting, video production, skiing, flying
Email: <merlyn at stonehenge.com> Snail: (Call) PGP-Key: (finger merlyn at teleport.com)
Web: <A HREF="http://www.stonehenge.com/merlyn/">My Home Page!</A>
Quote: "I'm telling you, if I could have five lines in my .sig, I would!" -- me





More information about the Squeak-dev mailing list