examples\book\digital-artists\chapter3\Listing3.2.ck
// Listing 3.2 Declare and initialize an array all at once [57, 57, 64, 64, 66, 66, 64] @=> int a[]; <<< a[0], a[1], a[2], a[3], a[4], a[5], a[6] >>>;