| Author |
how to use some fuctions from Java
|
André Asantos
Ranch Hand
Joined: Nov 23, 2009
Posts: 234
|
|
/n -> skip a line
/r -> return
and others?
|
André AS
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9191
|
|
|
Andre, those are \n and \r not /n and /r. These are called escape sequences. Checkout this...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
 |
|
|
subject: how to use some fuctions from Java
|
|
|