Changes

Jump to navigation Jump to search
1 byte removed ,  13:14, 12 May 2007
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.
<texcodecontext>
\starttyping
// an example starting with a comment
"this is a string".postln ;
\stoptyping
</texcodecontext>
<contexttexcode>
\startSC
/BTEX{\color[SCred] //// an example starting with a comment}/ETEX
/BTEX{\color[SCgrey] "this is a string"}/ETEX .postln ;
\stopSC
</contexttexcode>
89

edits

Navigation menu