Not logged in

Artifact 0481722b76957ea7ab33d3986e4ba80b2cb999c5

File user/crc/unwell/templates/examine.erx part of check-in [cf0bb1439f] - add unwell by crc on 2011-07-28 17:02:17. [annotate]


<script>
function unwell()
{
  window.location = '%u/examine/' + encodeURIComponent(document.forms[0].code.value);
}
</script>
<form action='javascript:unwell()'>
  <p>Code to examine: <input name='code'></p>
</form>
<p>Press enter or click <a href='javascript:unwell()'>examine</a> to
   display decompilation of your code.</p>

<p>Do <b>not</b> provide a colon definition; the pasted code will be
   compiled inside a quote and displayed.</p>