company logo

Union definition

Keywords:  union type

Union definitions are not yes supported by ODABA but included for compatibility reasons. Instead of unions one may use ANY (VOID) or weak-typed.

Notes:

not supported

Definition: 

union_type := _union identifier _switch '(' switch_type_spec ')' '{' case_def(*) '}'