Binary builds???
Richard L. Hamilton
rlhamil at smart.net
Sat Nov 19 05:17:24 PST 2011
Ok, there's only one English language (well, two, but the Brits are just wrong).
This line is commented out:
# run global_thermonuclear_war
To uncomment the line is to remove the notation that makes it only a comment, and perhaps thereby allow the line to be acted on by whatever program reads the file. In the example, the "#" character at the beginning of the line makes it a comment, so to uncomment the line would be to remove that character, leaving:
run global_thermonuclear_war
Now, how about a nice game of chess? :-)
More information about the macports-users
mailing list