lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


* Silence:

> What's the meaning of "[ ]" in the struct ?
>
> struct astr
> {
>   char *name;
>   short secure;
>   [
>   short sst;
>   short env;
>   ]
> };

In C, that's a syntax error.  What's the context of this code snippet?
How is it related to Lua?