I was trying the embedded scripts example from rebol.com and I was
wondering should this execute when the browser loads the page?
<SCRIPT language="REBOL">
[
REBOL [
Title: "REBOL Script in HTML File"
Date: 24-Apr-1999
File: %inhtml.r
Purpose: {
Shows how to embed a REBOL subscript within an
HTML document.
}
]
print "REBOL spoken here!"
]
</SCRIPT>
tom johnson
- [REBOL] embedded scripts Re: xjohnson
- [REBOL] embedded scripts Re: Petr . Krenzelok
- [REBOL] Re: embedded scripts Re: ejolson
