[comp.lang.forth] When to ALIGN

wmb@MITCH.ENG.SUN.COM (02/04/91)

In general, you don't need to ALIGN before @ and !, but instead when
using `,' (comma) after `C,'.  It's usually used when creating data
structures.

Mitch Bradley, wmb@Eng.Sun.COM