Hello Rebols
The documentation of REBOL says that REBOL can be embedded into other types
of text including HTML files
I'm trying to make the following work out but have no success because I see
nothing printed on the browser. Do I have to first put REBOL to run on local
machine? Do I have to address REBOL somewhere else on the HTML document or
what?.
Need some help, please
<SCRIPT language="REBOL">
[
REBOL [
Title: "REBOL inside HTML"
Date: 22 Dec 1999
]
print "This is it! REBOL is much better than JScript"
]
</SCRIPT>
Carlos