We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the notebook wiki!
<html> <body> </body> </hmtl>
html body
body { background: red; }
body background: red
function add(a, b) { return a + b; } add(1,2);
add = (a,b) -> a + b