//----------------------------------------------------------------------- // Example of Assignment of flexible arrays //----------------------------------------------------------------------- main module FLXASSIGN declare t is packed array[1..20] of char a,b: static t enddeclare a := b endmodule