Test 1

$Header: /cvsroot/aolserver/aolserver/tests/adp/test1.adp,v 1.1 2000/10/09 20:29:54 kriston Exp $

Easy Tcl commands will be run:


ns_puts:
<% ns_puts "This is a test.
" %>

foreach:
<% foreach thing { one two three four } { ns_puts "Thing number $thing.
" } %>