summaryrefslogtreecommitdiff
path: root/atarist/test/err
blob: cf32624c0fbfea3d3f05dc4125f60c62e1a910b9 (plain)
1
2
3
4
$! = 0 + 0;
print $!, "\n";
$e = $! + 0;
print $e, "\n";