In Java, C and so on, you need "\n" or "\r" for carriage return and line feed. PRINT of BASIC does them automatically. If you don't want to do them, PRINT statement should be followed by ";" instead.