Sandbox: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 51:
==Testing new language tags==
===Z80===
<codelang z80>
; some random instructions
ld a, 80h
Line 58:
adc a, a
rst 0 ; reboot :-)
</codelang>
 
===Whitespace===
<codelang whitespace>
This may not be a meaningful whitespace
program,
Line 67:
just a highlighting test
anyway.
</codelang>
 
===AviSynth===
<codelang avisynth>
AviSource("D:\clip.avi")
ConvertToYUY2()
PixieDust(5)
</codelang>
 
===POV-Ray===
<codelang povray>
#declare factorial = function(C) { prod(i, 1, C, i) }
#declare A = factorial(5);
sphere{0,A} // a sphere
</codelang>
 
===Text===
<codelang text>
Is this actually a programming language, or really just plain text?
</codelang>
 
===What happens if a language doesn't exist?===
<codelang somelanguagethatdoesnotexist>
some code
more code;
* a b -> c /// &a1 ->>> 778
(Probably this is an obfuscated language :-))
</codelang>
 
===Do the old language-free <nowiki><codett></nowiki>-Tags (for inline code formatting) still work?
The variable <code>foo</codett> is of type <codett>bar</codett>
 
==Whitespace test with unicode ZERO WIDTH NO-BREAK SPACE character (U+FEFF)==
<codelang whitespace>


</codelang>