Execute SNUSP/JavaScript: Difference between revisions

Content added Content deleted
m (<code>)
m (<lang>)
Line 2: 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].
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>
<lang javascript>
// to be run from a page having fields with these ids:
// to be run from a page having fields with these ids:
// raw: large textarea for code input
// raw: large textarea for code input
Line 155: Line 155:
dump();
dump();
}
}
</code>
</lang>