Talk:1537: Types

Explain xkcd: It's 'cause you're dumb.
Revision as of 12:17, 12 June 2015 by Seipas (talk | contribs) (Explaining line 10, 11 and 12)
Jump to: navigation, search

Relevant: WAT talk https://www.destroyallsoftware.com/talks/wat

Are (6) and (7) about completing sequences?

If the sequence was [1, 2, 3, ?] we would expect the ? to be a placeholder for 4. So [1, 2, 3]+2 is wrong := FALSE. But [1, 2, 3]+4 is correct := TRUE.

"+2 appears to be applying a unary + to the number 2" : or it adds the number of the line, 10, to 2 => 12. Also, the eleventh line, "2+2" may add 2 to all the following 2, explaining line 12. (that theory is from a friend of mine) Seipas (talk) 12:17, 12 June 2015 (UTC)