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

@BOTH

Windows Linux macOS

Syntax

@BOTH(<string1>,<string2>)

Description

This function returns the value 1 (true) only if both <string1> and <string2> are non-null (true); otherwise the function returns null (false).

OK

Unchanged.

Example

repeat
  wait 1
until @both(@file(a.txt),@file(b.txt))

See also