VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。
@NOT
Windows ✓Linux ✓macOS ⏳
Syntax
@NOT(<string>)
Description
This function returns the value 1 (true) if the string is empty (null); otherwise the function returns null (false).
This function is equivalent to @NULL.
OK
Unchanged.
Example
IF @NOT(@ZERO(%2))
GOTO loop
END