U r right.example:
--------------------------------
declare @amount int
if @amount is not null
    print 1
else
    print 2/*
--
2
*/