|
Hi all !
I'm a beginner in Rebol. I would like to insert
Rebol scripts in web page. The following script doesn't give anything. How does
it work ?
script :
<HTML>
<SCRIPT="REBOL"> REBOL [ Title: "test" Author: "moi" ] print ["coucou"] Julien :)
|
