$var = 'val';
select now() from dual
[html4]
<html></html>
[/html4]
html {
color :red;
}
(function(){/\d+/.test('123')})()
[c++]
int main()
{
std::cout << "Hello, world!\n";
}
[/c++]
public class Foo
{
public static void Bar(int firstParam) {}
}
public class MyClass{
public static void main (String args[]){
}
}
def hello():
print "Hello World!"
return