lua-users home
lua-l archive

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


On 10/23/2011 7:18 AM, David Hollander wrote:
> assert(is_polynomial 'hello' == false)
> assert(is_polynomial 'race car' == true)
> assert(is_polynomial 'A man, a plan, a canal: Panama.' == true)
You had me confused until I realized that you meant "is_palindrome".

Tim