Re: [mccode v2] Scare People
Echo is marginally faster than print, but not something you should worry about when picking which one to use. Also print behaves like a function, so can be used in complex expressions, where echo, can not.
ok explain the "complex expressions" part...