Set sail with a programming language that brings the adventure of the high seas to your code.
# Declare your treasure
treasure be 42
# Set sail on a new voyage
voyage greet(name):
bark "Ahoy," name
bark "Welcome aboard!"
end voyage
# Start the adventure
greet sails with "Captain"