clayasaurus wrote: > Walter Bright wrote: >> Array literals, by popular demand. >> >> http://www.digitalmars.com/d/changelog.html > > Why isn't > > int bob[] = [2,3] allowed but > > int bob[]; bob = [2,3] > > is allowed? A bug? <g>