Name: Anonymous 2012-02-26 22:42
Haskell developers can admit this, why can't you?
public static void main(String[] args)
{
boolean p = true;
if (p)
{
System.out.println("Hello, world!");
}
}