lua-users home
lua-l archive

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


Dear all,

What's the meaning of "[ ]" in the struct ?

struct astr
{
  char *name;
  short secure;
  [
  short sst;
  short env;
  ]
};

Thanks.

Aurora.