examples\book\digital-artists\chapter1\Listing1.5.ck
// Listing 1.5 Initializing an integer as it's declared
// another way to initialize integers
// store 220 in newly declared myPitch, all at once
220 => int myPitch;
<<< myPitch >>>;