var s = "JavaScript syntax highlighting"; alert(s);
def function(): #indenting works just fine in the fenced code block s = "Python syntax highlighting" print s