Syntax
aChildClassObject = cast(aParentClassObject)
SemanticsAssigns an object of base class type to an object of its sub-class type.
Examples
set aChild = cast(theParentOfChild);