Hello World
BEGIN {
# The first question has to be "what can I do?"
# The infant cries because that is what makes things happen for them
# The toddler casts toys down from their high-chair to practice affecting the world
# And now I sit here typing because I understand what I bring about with each clattering keystroke
greeting = "Hello";
# It is in our nature to push against the world
# To see when and how and eventually why it pushes back
# To see causation in action you simply have to start causing things
# Ask the world what you can do and you will feel its answer
greeting = greeting " World!";
# So we reach out to the world with both arms
# We understand everything we can get our hands on
# And understand ourselves through how the world moves in our wake
# And the world through how it responds when we call
print greeting;
}
Hello World!