|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
break
statement in the subordinate Interpreter
by passing it up
to the above interpreter.
break
statement with a given integer value.
break
by reducing the value of the break by one, exiting the loop, and passing
the break up to the above interpreter if the break value is greater than zero.
continue
statement in the subordinate Interpreter
by passing it
up to the above interpreter.
continue
statement on a given line of code.
retValue
field, checking whether
it's the right type and stopping the function.
return
statement in the subordinate Interpreter
by passing it
up to the above interpreter.
return
statement with a given variable that has been passed through the
return statement.
NumberVariable
that is a quotient of this variable and the
the parameter.
Interpreter
class.
WhileInterpreter
to provide do while loop implementation in Phoenix.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |