
Stuff.
Paragraph Header.
Paragraph 2.
Paragraph.
Paragraph.
Paragraph.
Paragraph.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }
.
Finally, this is a link.
Paragraph.
Paragraph.
Paragraph.
Paragraph.
Quote.
Name | Description | Price |
---|---|---|
Item1 | Words. | 29.99 |
Item2 | Words. | 19.99 |
Item3 | Words. | 29.99 |
Item4 | Words. | 19.99 |
Item5 | Words. | 29.99 |
100.00 |
Name | Description | Price |
---|---|---|
Item1 | Words. | 29.99 |
Item2 | Words. | 19.99 |
Item3 | Words. | 29.99 |
Item4 | Words. | 19.99 |
Item5 | Words. | 29.99 |
100.00 |
More Paragraphs.
More Paragraphs.
Paragraphs.
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';