lua-users home
lua-l archive

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


On Fri, Jul 02, 2004 at 10:49:16PM -0300, Alexandre Ribeiro de S? wrote:
> AHOY!
> 
> How I can compare two strings? Like the VC++ strcmp...

Use the == operator. It's a sorry state of affairs when we become this
sure that programming languages are going to make our lives
difficult...

-- Jamie Webb