<html>
<title>Example NeoWebScript/SA</title>
<h1>Example NeoWebScript/SA</h1>
Feel free to check out my
source <a href=/example.txt>here</a>.
<p>
This is a simple line of html.<br>
This is another.<br>
This line is special.  The date is <nws><font color=red>[clock format [clock seconds]]</font></nws>.
<p><p>
<nws>
html "
As a matter of fact, I can do cool things like pretend like I'm just
writing html here.  And I don't have to worry about the apostrophe problem.
I can put in evaluations at any time.  For example, the date is:
[clock format [clock seconds]].
<p><p>
Here is some simple math: 4 + 9 = [set a 4 ; set b 9 ; expr $a + $b].<br>
In 250,000 seconds, the date will be [clock format [expr [clock seconds] + 250000]].
<p><p>
Commands:<br>
[lsort [info commands]]<p>
"
</nws>
This is the real last line of html.
