<html>
<header>
</header>
<body>
<div class='rebol'>
<pre>
Rebol [
Title: "rebol script embedded in html"
Author-Url: <a href=http://reboltutorial.com/blog/protect-rebol-script-with-php/>http://reboltutorial.com/blog/protect-rebol-script-with-php/</a>
Script-Url: <a href=http://reboltutorial.com/source/rebolscriptembedded.html>http://reboltutorial.com/source/rebolscript.html</a>
Date: 24-Aug-2009
Purpose: {
demo of rebol script embedded in html
}
]
ask "You're successfull!"
</pre>
</div>
</body>
If tested in Rebol's Console this gives
>> do read clipboard://
You're successfull!
== </body>
>>
Why does it return and how to prevent this if possible ?