double = Pi
<% = Pi %> returns 3.1415926535897932
<% Private Function Pi() Pi = 3.1415926535897932 Pi = CDbl( Pi ) End Function %>