• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: detecting primes - bugfix
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: detecting primes - bugfix


  • Subject: Re: detecting primes - bugfix
  • From: Paul Berkowitz <email@hidden>
  • Date: Fri, 23 Feb 2001 20:20:59 -0800

On 2/23/01 4:47 PM, "garbanzito" <email@hidden> wrote:

> if a_possible_prime != next_divisor then
>
> (used the Frontier version of not equals to avoid list munge.)

AppleScript has its own ascii-7 version of 'not equals' that not only avoids
list munge, but compiles to the 'regular" version when compiled in a script
editor:


if a_possible_prime /= next_divisor then

--
Paul Berkowitz


References: 
 >Re: detecting primes - bugfix (From: garbanzito <email@hidden>)

  • Prev by Date: Re: macscripter.net ??
  • Next by Date: Re: Ircle Script
  • Previous by thread: Re: detecting primes - bugfix
  • Next by thread: Critique a framework
  • Index(es):
    • Date
    • Thread