Source of implicit_escape.adp
<html>
<head>
<title>Demo: Implicit Escape</title>
</head>
<body>
<h1><%=$x%></h1>
<p>The current date and time is: <%=[clock format [clock seconds]]%>
</body>
</html>
<html>
<head>
<title>Demo: Implicit Escape</title>
</head>
<body>
<h1><%=$x%></h1>
<p>The current date and time is: <%=[clock format [clock seconds]]%>
</body>
</html>