in workshop/02_Editing/02_Selecting_Code/2.2_Column_Selection.php [22:30]
public function columnSelection()
{
$someVariable = 3;
$someVariable = 6;
$someVariable = 9;
$someVariable = 'a';
$someVariable = 'b';
$someVariable = 'c';
}