Re: Short Circuiting
- Posted by Andy Kurnia <akur at DELOS.COM> Jun 25, 1998
- 784 views
>Date: Wed, 24 Jun 1998 17:31:07 -0400
>From: Robert B Pilkington <bpilkington at JUNO.COM>
>Subject: Re: Short Circuiting
>
>And here's a real solution. :)
>
>if match("EOF", s) = 1 then
Ah!!! you found it
How hard would it be to check if "EOF" is the LAST 3 elements
in the sequence? Well, what if s = "TestingforEOFhere:EOF"??
What if s is an atom???

