no.semicolons.ejs 131 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 This document does not use semicolons in scriptlets. <% var a = 'b' var b = 'c' var c c = b %> The value of c is: <%= c %>