Changes
From Biolecture.org
Created page with "<pre> # Prints the message using two different delimeters. print "Hello, world!\n"; print qq=Did you say "Hello?"\n=; </pre>"
<pre>
# Prints the message using two different delimeters.
print "Hello, world!\n";
print qq=Did you say "Hello?"\n=;
</pre>
# Prints the message using two different delimeters.
print "Hello, world!\n";
print qq=Did you say "Hello?"\n=;
</pre>