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