Expression
Syntax
<% Expression
expression
%>
Example
<body>
<!-- Body content -->
<p>
Your personal random number is: <% Expression Random(0, 9) %>
</p>
<!-- Body content -->
</body>
Last updated
Was this helpful?