Hello world!

function blog
{
    blog.write("Hello World.");
    blog.update(later);
}

|