This example shows you how to display dynamically the string "Hello world!" in an ASP. NET page using the Eiffel language.
<%@ Page Language="Eiffel" Description="Eiffel ASP.NET example" %>
<html>
<body>
This is an ASP. NET example using the Eiffel language:<p>
<%="Hello world!"%>
</body>
</html>
Here is the output: