Some of my code uses bigforth's struct{ words.
Previously I was able to use it in the following way:
struct{
int_size_in_bytes fieldname
} structname
now it fails like that:
struct{ 8 fielname } structname ? fielname
What has changed if anything? How can I set arbitrary field lengths?
Thanks!
--
Sergey
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
