Continuous assignment vs always_comb

In reply to svishnu:

from hardware point of view in always_comb we use the signals as reg so there maybe some storage element but in assign statement there is only single wire.