On Freitag 29 August 2008, Sergey Plis wrote:
> 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?

I changed the behavior so that just numbers don't work anymore. You can say

struct{ 8 string fieldname } structname

instead. I'll probably change some more things, so that finally

struct{ 2 cells fieldname } structname

also should work, but at the moment, it doesn't.

-- 
Bernd Paysan
"If you want it done right, you have to do it yourself"
http://www.jwdt.com/~paysan/

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to