blob: c97588efc8f3b2d5c748101ba5a7f3de651f97df [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
return showClipboard(Clipboard_copy());
}
</script>
</head>
<body>
[<blockquote>
Before code sample
<pre>
var stop = false;
for (var i = 0; i < 10 && !stop; i++) {
if (i >= 5)
print("Big: "+i);
else
print("Small: "+i);
}
</pre>
After code sample
</blockquote>]
</body>
</html>