Execute SNUSP/JavaScript: Difference between revisions

m
Categorization now in master page
m (<lang>)
m (Categorization now in master page)
Line 1:
{{implementation|SNUSP}}{{collection|RCSNUSP}}[[Category:JavaScript]]
This [[JavaScript]] code 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].
 
<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
// code: empty PRE block for showing the program execution
Line 154 ⟶ 153:
body();
dump();
}</lang>
}
</lang>
Anonymous user