cast
(TYPE) EXPRESSION
This form causes the expression to be considered to have the stated type while the program compiles. This assumption will be checked at runtime, and an error will be raised if the expression does not have that type. The value is the value of the evaluated expression
ProfessorJ Intermediate + access Language