Continuous assignment vs always_comb

I like the implications of each:

  • always_comb implies strict combinational logic
  • assign implies assignment to a wire

They both are one liner, but the connotations are different
Of course the always_comb can be more complex with the begin / end
Ben