Sandbox: Difference between revisions

Testing some new language tags
(→‎pre test: works without explicit width, too)
(Testing some new language tags)
Line 49:
21
</pre>
==Testing new language tags==
===Z80===
<z80>
; some random instructions
ld a, 80h
ld b, 9Ah
add a, b
adc a, a
rst 0 ; reboot :-)
</z80>
 
===Whitespace===
<whitespace>
This may not be a meaningful whitespace
program,
but it's
just a highlighting test
anyway.
</whitespace>
 
===AviSynth===
<avisynth>
AviSource("D:\clip.avi")
ConvertToYUY2()
PixieDust(5)
</avisynth>
 
===POV-Ray===
<povray>
#declare factorial = function(C) { prod(i, 1, C, i) }
#declare A = factorial(5);
sphere{0,A} // a sphere
</povray>
 
===Text===
<text>
Is this actually a programming language, or really just plain text?
</text>
973

edits