Sandbox: Difference between revisions

Content added Content deleted
(→‎Whitespace: Again. This change also removes the extra white lines at the beginning/end. Great!)
Line 70: Line 70:


===AviSynth===
===AviSynth===
<avisynth>
<code avisynth>
AviSource("D:\clip.avi")
AviSource("D:\clip.avi")
ConvertToYUY2()
ConvertToYUY2()
PixieDust(5)
PixieDust(5)
</avisynth>
</code>


===POV-Ray===
===POV-Ray===
<povray>
<code povray>
#declare factorial = function(C) { prod(i, 1, C, i) }
#declare factorial = function(C) { prod(i, 1, C, i) }
#declare A = factorial(5);
#declare A = factorial(5);
sphere{0,A} // a sphere
sphere{0,A} // a sphere
</povray>
</code>


===Text===
===Text===
<text>
<code text>
Is this actually a programming language, or really just plain text?
Is this actually a programming language, or really just plain text?
</text>
</code>

===What happens if a language doesn't exist?===
<code somelanguagethatdoesnotexist>
some code
more code;
* a b -> c /// &a1 ->>> 778
(Probably this is an obfuscated language :-))
</code>

===Do the old language-free <nowiki><code></nowiki>-Tags (for inline code formatting) still work?
The variable <code>foo</code> is of type <code>bar</code>