以前的网站忘了怎么办啊软件技术论文题目
不换行:
write 'hello world!'.
write '春天马上就到了!'.

换行:
write 'hello world!'.
write /'春天马上就到了!'.

换行的第二种:
write: 'hello world!' ,/,'春天马上就到了!'.

不换行:
write 'hello world!'.
write '春天马上就到了!'.

换行:
write 'hello world!'.
write /'春天马上就到了!'.

换行的第二种:
write: 'hello world!' ,/,'春天马上就到了!'.
