<P>Besides ASP pages ALP supports raw scripts running in the same object environment like the ASP pages. They share with
ASP the same Application and Session. The raw scripts are not enclosed in HTML - they are raw and any HTML output is made
by using Response.Write. They are convenient in case of a little and simple HTML output or usage of some kind of template
technique. In other words if you need to set the script code as primary element of your work the raw scripts will give you
the opportunity to do it.
</P>
<P>Include files are not supported directly in them. Instead you can specify one or more files to load always - with every
raw script and thus act like libraries for it.
</P>