tabs-in-scripts.html   [plain text]


<script>
document.write("x	y".indexOf("\t"));
</script>