Matjaz Mesnjak da65f00f6c Initial commit.
2017-09-20 23:19:33 +02:00

9 lines
131 B
Plaintext

This document does not use semicolons in scriptlets.
<%
var a = 'b'
var b = 'c'
var c
c = b
%>
The value of c is: <%= c %>