If I have the following in a script :

$a=1
$b=7
$c=$a & $b

Why does the script "bomb" ?
Why is $c not equal to 1 ?