lua-users home
lua-l archive

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


this is quote from most of APIs in MSDN :
"If the function succeeds, the return value is nonzero."

so in most of api return value is zero or nonzero so this is easy to check it in a if statement for my interpreter.