No. The braces are required. Gordon Smith, Adobe compile team
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Davidson, Jerry Sent: Friday, July 20, 2012 6:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Syntax - Package We've all seen this: Package x.y.z { Public ... { ... } } Is this equally valid? Package x.y.z; Public ... { ... } Thanks.