By Day:
with Ada.Text_IO; procedure DayJob is begin Ada.Text_IO.Put_Line("Hello, world!"); end DayJob;
By Night:
<html> <body> @{ var myMessage = "Let the fun begin"; } <p>@myMessage</p> </body> </html>