Changes

Jump to navigation Jump to search
274 bytes added ,  13:13, 12 May 2007
no edit summary
As an example, [http://www.cirma.unito.it/andrea/sw/sc/scToConTeXt.py this] is a Python script for the SuperCollider language, which has a Smalltalk-like syntax.
 
<texcode>
\starttyping
// an example starting with a comment
"this is a string".postln ;
\stoptyping
</texcode>
 
<context>
\startSC
/BTEX{\color[SCred] //// an example starting with a comment}/ETEX
/BTEX{\color[SCgrey] "this is a string"}/ETEX .postln ;
\stopSC
</context>
89

edits

Navigation menu