jashkenas--coffeescript/documentation/js/existence.js

6 lines
170 B
JavaScript
Raw Normal View History

2010-01-05 03:19:45 +00:00
(function(){
var solipsism;
2010-01-05 05:34:18 +00:00
if ((typeof mind !== "undefined" && mind !== null) && !(typeof world !== "undefined" && world !== null)) {
2010-01-05 03:19:45 +00:00
solipsism = true;
}
})();