lua-users home
lua-l archive

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


> You had me confused until I realized that you meant "is_palindrome".

Yes, my apologies: http://docs.factorcode.org/content/article-first-program.html

On Sun, Oct 23, 2011 at 5:43 PM, Tim Mensch <tim-lua-l@bitgems.com> wrote:
> 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
>
>