type casting (型変換)

構文 NewReference := type_to_cast_to[Reference] を使用して、クラスをそのサブクラスのいずれかに変換できます (型変換と呼ばれる)。ここで type_to_cast_to は変換後の型です。