[REBOL] scripting...
From: mgkiourt::otenet::gr at: 13-Nov-2001 10:02
Nothing happens when opening the following with IE5.5 on win98 <html> <body> <script language="REBOL"> [ REBOL[] print "Hello World" ] </script></body></html> or <html> <body> </body></html> <! REBOL[] print "Hello World";>