ClassesClassesClassesClasses | | | | Operators

Control

assign
Assign a new value to a control variable.
assign_at
Assignment of one or several values to one or several tuple elements.
break
Terminate loop execution or leave a switchswitchSwitchswitchSwitchSwitch block.
case
Jump label that starts a branch within a switchswitchSwitchswitchSwitchSwitch block.
catch
Catches exceptions that were thrown in the preceding trytryTrytryTryTry block.
comment
Add a comment of one line to the program.
continue
Skip the current loop execution.
default
Alternative branch in a switchswitchSwitchswitchSwitchSwitch block.
else
Alternative of conditional statement.
elseif
Conditional statement with alternative.
endfor
End statement of a for loop.
endif
End of if command.
endswitch
Ends a multiway branch block.
endtry
Ends a block where exceptions are handled.
endwhile
End statement of a while loop.
exit
Terminate HDevelop.
export_def
Insert arbitrary text into the export code of a procedure.
for
Starts a loop block that is usually executed for a fixed number of iterations.
global
Declare a global variable.
if
Conditional statement.
ifelse
Conditional statement with alternative.
import
Import one or more external procedures.
insert
Assignment of a value to a tuple element.
repeat
Start statement of a repeat..until loop.
return
Terminate procedure call.
stop
Stop program execution.
switch
Starts a multiway branch block.
throw
Throws a user-defined exception or rethrows a caught exception.
try
Starts a program block where exceptions are detected and caught.
until
Continue to execute the body as long as the condition is not true.
while
Starts a loop block that is executed as long as the condition is true.

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).


ClassesClassesClassesClasses | | | | Operators