There's More than One Way to Do it

ADP

x is four x differs from four

Tcl

You can call adp_puts from Tcl. This procedure is undocumented, and its use is deprecated.

<% if {$x == 4} { adp_puts "x is four" } { adp_puts "x differs from four" } %>