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

6 lines
170 B
JavaScript

(function(){
var solipsism;
if ((typeof mind !== "undefined" && mind !== null) && !(typeof world !== "undefined" && world !== null)) {
solipsism = true;
}
})();