| 8.1 Hello World | |
Most programming languages start with a "Hello world" example, so why break with tradition? Here's our example:
<SCRIPT LANGUAGE=vortex>
<A NAME=main> <!-- Function declaration -->
<BODY BGCOLOR=white> <!-- HTML output -->
Hello world!
Your address is: $REMOTE_ADDR <!-- Variables use $-signs -->
</BODY>
</A>
</SCRIPT>
|
If we copy this to a file named texis/scripts/example in our installation dir (eg. /usr/local/morph3 or C:\morph3 , we can run it via our browser to see the results: