<head>
<title>Demonstrating the REXX Windows Script Engine (WSE)...</title>
</head>

<body>
  <script language="Object Rexx">
     document~writeln( "Greetings from REXX!" )
  </script>
</body>