Humor/1984: Difference between revisions

From HaskellWiki
Xnito (talk | contribs)
No edit summary
DonStewart (talk | contribs)
another 1984-ism
Line 3: Line 3:
try evaluating:  
try evaluating:  


let { 2 + 2 = 5 } in 2 + 2
<haskell>
let 2 + 2 = 5 in 2 + 2
</haskell>
 
Or
 
<haskell>
let _'freedom' = "slavery" in _'freedom'
</haskell>

Revision as of 03:27, 3 November 2006

If you obstruction of mathematical truth was limited to the world of fiction

try evaluating:

let 2 + 2 = 5 in 2 + 2

Or

let _'freedom' = "slavery" in _'freedom'