//echo -a 1 $+ $calc($calc(0/0)/1) $+ 1
101

//echo -a 1 $+ $calc($null/1) $+ 1
11

If $calc(0/0) is equal to $null then why it happens?