Menu principal
Česky
Deutsch
Ελληυικά
English
Español
Français
Italiano
Nederlands
Polski
Português
Русский
Suomi
Svenska
News
Introduction
Téléchargement
Images
Documentation
Contact
Crédits
Acknowledgements
Sponsors
Référencement
Liens
Index Prev Next
Else
C:
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.
If EXISTS Sys:Devs Copy random.device Sys:Devs/ Else Echo "Cannot find Sys:Devs" EndIf
If EndIf