http://www.aros.org AROS-Exec AROS-Exec Archives Power2People
kitty mascottop logo menu

Else

Index Prev Next


Name

Else

Function

Separate the 'true' and 'false' blocks of an If statement. The block
following an Else command is executed if the condition in the previous
If statement was false.

Example

If EXISTS Sys:Devs
    Copy random.device Sys:Devs/
Else
    Echo "Cannot find Sys:Devs"
EndIf

Direitos de Cópia © 1995-2024, A Equipa de Desenvolvimento AROS. Todos Os Direitos Reservados.
Amiga®, AmigaOS®, Workbench e Intuition são marcas registadas de Amiga Inc. Todas as outras marcas comerciais pertencem aos seus respectivos proprietários.