/*
* @title repl
* @description read eval prompt loop
* @include *
* @contributor murky-satyr http://let.hatelabo.jp/murky-satyr/let/gYC-xqPD5PjeTg (Fork of)
* @license X
* @javascript_url
*/
(function(r,e,p,l){while(p=prompt(r,e))try{r=eval(e=p)}catch(l){r=l}}(location,(this.getSelection||eval)()||document.selection.createRange().text))