Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 222 Bytes

File metadata and controls

15 lines (12 loc) · 222 Bytes
var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
No language indicated, so no syntax highlighting. 
But let's throw in a <b>tag</b>.