Sandbox: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Z80: rewritten to test with <code>)
(→‎Whitespace: Again. This change also removes the extra white lines at the beginning/end. Great!)
Line 61: Line 61:


===Whitespace===
===Whitespace===
<whitespace>
<code whitespace>
This may not be a meaningful whitespace
This may not be a meaningful whitespace
program,
program,
Line 67: Line 67:
just a highlighting test
just a highlighting test
anyway.
anyway.
</whitespace>
</code>


===AviSynth===
===AviSynth===

Revision as of 08:09, 23 January 2009

TITLE

yup...it's code

TITLE

Your Other Library Here

coding it up here boss

TITLE

Your Library Here

Iterative

OMG teh code!

Recursive

doesn't really work this way

TITLE

Iterative

Your Library Here

some code

Recursive

Yet Another Library Here

more code

Still Another Library Here

this isn't code, though

TITLE

code

pre test

Test
Another line
Yet another line, this time one which clearly is much longer than the width of the browser window, at least assuming normal screen dimensions and font settings, and assuming the browser window is not wider than the screen (which would be impractical anyway).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

Testing new language tags

Z80

some random instructions
 ld a, 80h
 ld b, 9Ah
 add a, b
 adc a, a
 rst 0 ; reboot :-)

Whitespace

This may not be a meaningful whitespace

 program,

but it's just a highlighting test anyway.

AviSynth

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

POV-Ray

<povray>

  1. declare factorial = function(C) { prod(i, 1, C, i) }
  2. declare A = factorial(5);

sphere{0,A} // a sphere </povray>

Text

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