Execute SNUSP/JavaScript: Difference between revisions

m
<code>
No edit summary
m (<code>)
Line 2:
This is the core of a Modular SNUSP interpreter and debugger designed to be embedded on a [http://www.quirkster.com/snusp/snusp-js.html web page].
 
<code javascript>
// to be run from a page having fields with these ids:
// raw: large textarea for code input
Line 155:
dump();
}
</javascriptcode>
Anonymous user