Content deleted Content added
Mindmatrix (talk | contribs) m Reverted edits by 203.99.197.54 (talk) to last version by EmausBot |
→Examples: hello() function always includes an exclamation mark |
||
Line 36:
print hello(); # prints "Hello, world!\n"
print hello("Milky Way"); # prints "Hello, Milky Way!\n"
</source>
----
|