On Thu, Oct 13, 2011 at 10:26:15AM -0400, Keith M wrote:
While it is more trivia than anything else:
A man with more than one window open, say browser and C editor,
accidentally pastes a URL into the white space in the middle of his
C source code. The source code previously compiled fine.
He goes to recompile it, what happens?
Does it compile? Why or why not?
Assuming the URL starts with HTTP:// he effectively put a label called
"HTTP" somewhere. and everyting after // is a comment. Soo, as long as
noone gotoes to http, he should be fine :)
Thought it was cute.
I like it :)
/P