|
> > Â if a = 1 then print() end > > Â --> stdin:1: '==' expected near '=' > > I don't agree with this because it implies that Lua only expects the > '==' token after 'a'. I think that could be more confusing. No, the message would be issued only when Lua sees '='.