VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。
@CR
Windows ✓Linux ✓macOS ⏳
Syntax
@CR()
Description
This function returns a carriage return character. You use it to create output on multiple lines, or to send an Enter keystroke in a WINDOW SEND command.
OK
Unchanged.
Example
%A = This is the first line of output
%B = This is the second line
INFO %A@CR()%B