VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。

EXIT

Windows Linux macOS

Syntax

EXIT
EXIT <result>

Description

Terminates a GOSUB command, a user-defined command or a user-defined function, or the entire program. A return value <result> may be passed as the result of a user-defined function.

OK

Unchanged.

Example

EXIT %R

See also