it means "new line"
2006-11-27 03:05:45
·
answer #1
·
answered by Jackson 2
·
0⤊
0⤋
The "\n" is an escape sequence for a newline and is used in many programming languages, including Java.
See http://en.wikipedia.org/wiki/Newline#Newline_in_programming_languages for more information.
2006-11-27 11:11:14
·
answer #2
·
answered by David B 3
·
0⤊
0⤋
the newline tag. basically it lets the processor know that it wants a break there. like hitting the enter/return button to get a new line.
2006-11-27 11:06:22
·
answer #3
·
answered by joannaserah 6
·
0⤊
0⤋
It means a return character.
2006-11-27 11:04:17
·
answer #4
·
answered by Pablo D 3
·
0⤊
0⤋
It means going into a new line.
text \n another text
would be rendered as :
text
another text
2006-11-27 11:09:40
·
answer #5
·
answered by AMTV 3
·
0⤊
0⤋
Check out these links, i usually uses them for my projects:
www.pages.org/javascript/index.html
www.js-examples.com
www.w3schools.com/js/default.asp
javascript.internet.com
www.javascriptkit.com/cutpastejava.shtml
www.javascriptworld.com/scripts/index.html
www.javascript-page.com
www.dynamicdrive.com/
2006-11-27 11:09:41
·
answer #6
·
answered by moikeshav 2
·
1⤊
0⤋