Stelescope/node_modules/ejs/test/fixtures/no.semicolons.ejs

9 lines
131 B
Plaintext
Raw Normal View History

2020-08-31 16:25:01 +00:00
This document does not use semicolons in scriptlets.
<%
var a = 'b'
var b = 'c'
var c
c = b
%>
The value of c is: <%= c %>