Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!rutgers!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!eru!hagbard!sunic!mcsun!ukc!mucs!chl From: chl@cs.man.ac.uk (Charles Lindsey) Newsgroups: comp.lang.misc Subject: Re: Algol68 Message-ID: Date: 12 Apr 91 10:01:33 GMT References: <9168@castle.ed.ac.uk> <4202@zaphod.UUCP> <801@taniwha.UUCP> <4217@zaphod.UUCP> <809@taniwha.UUCP> <812@taniwha.UUCP> Organization: Dept. Of Comp Sci, Univ. of Manchester, UK. Lines: 8 In <812@taniwha.UUCP> paul@taniwha.UUCP (Paul Campbell) writes: >So how do you initialise a union with a row display?? Do you have to put >it in a temporary variable first?? ugh Use a cast. union([]int , struct (int a, b, c)) fred = []int (1,2,3);