Category > Statements xHarbour Developers Network  

 
ItemDescription
ANNOUNCEDeclaration of a module identifier name.
BEGIN SEQUENCEDeclares a control structure for error handling.
DOExecutes a function or procedure.
DO CASEExecutes a block of statements based on one or more conditions.
DO WHILEExecutes a block of statements while a condition is true.
EXIT PROCEDUREDeclares a procedure to execeute when a program terminates.
EXTERNALDeclares the symbolic name of an external function or procedure for the linker.
FIELDDeclares a field variable
FORExecutes a block of statements a specific number of times.
FOR EACHIterates elements of data types that can be seen as a collection.
FUNCTIONDeclares a function along with its formal parameters.
GLOBALDeclares and optionally initializes a GLOBAL memory variable.
IFExecutes a block of statements based on one or more conditions.
INIT PROCEDUREDeclares a procedure to execeute when a program starts.
LOCALDeclares and optionally initializes a local memory variable.
MEMVARDeclares PRIVATE or PUBLIC variables.
PARAMETERSDeclares PRIVATE function parameters.
PRIVATECreates and optionally initializes a PRIVATE memory variable.
PROCEDUREDeclares a procedure along with its formal parameters.
PUBLICCreates and optionally initializes a PUBLIC memory variable.
RETURNBranches program control to the calling routine.
RUNExecutes an operating system command.
STATICDeclares and optionally initializes a STATIC memory variable.
SWITCHExecutes one or more blocks of statements.
TRY...CATCHDeclares a control structure for error handling.
WITH OBJECTIdentifies an object to receive multiple messages.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe