@Else command

Use with the @If command in a Server.Load script.

Example

@If[DeleteEntry]
delete 1
@Else
add 1
@EndIf