Sandbox: Difference between revisions

(→‎Whitespace: Again. This change also removes the extra white lines at the beginning/end. Great!)
Line 70:
 
===AviSynth===
<code avisynth>
AviSource("D:\clip.avi")
ConvertToYUY2()
PixieDust(5)
</avisynthcode>
 
===POV-Ray===
<code povray>
#declare factorial = function(C) { prod(i, 1, C, i) }
#declare A = factorial(5);
sphere{0,A} // a sphere
</povraycode>
 
===Text===
<code text>
Is this actually a programming language, or really just plain text?
</textcode>
 
===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>
973

edits