aspclassiccompiler/aspclassiccompiler/DLRSoft.Examples.ASPWebApp/test/literals.asp
2020-04-14 14:05:42 +02:00

12 lines
No EOL
235 B
Text

<html>
<head>
</head>
<body>
Integer <%=123456 %><BR/>
Floating Point <%=.23456 %><BR/>
Hex <%=&hFFFFFF%><BR/>
Oct <%=&123456& %><BR/>
Exponent <%=1.23e-3%><BR/>
Date <%=#12/21/1999#%><BR/>
</body>
</html>