VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。

@RETCODE

Windows Linux macOS

Syntax

@RETCODE()

Description

This function returns the exit code (e.g. DOS errorlevel) of the last program executed using a RUN or SHELL command with a WAIT parameter.

OK

Unchanged.

Example

RUN PKZIP.EXE
info Return code was @retcode()

See also