From owner-freebsd-questions Wed Jul 18 10:11:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 39C7A37B428 for ; Wed, 18 Jul 2001 10:11:19 -0700 (PDT) (envelope-from root@pukruppa.de) Received: from [195.20.224.209] (helo=mrvdom02.schlund.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 15Muqg-0000xg-00; Wed, 18 Jul 2001 19:10:58 +0200 Received: from pd90172f1.dip.t-dialin.net ([217.1.114.241]) by mrvdom02.schlund.de with esmtp (Exim 2.12 #2) id 15Muqf-0002OG-00; Wed, 18 Jul 2001 19:10:57 +0200 Date: Wed, 18 Jul 2001 19:11:49 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: angela Cc: Lanny Baron , "freebsd-questions@FreeBSD.ORG" Subject: Re: one & and two && In-Reply-To: <3B55BC96.8E7B1F30@ca.inter.net> Message-ID: <20010718190539.U3625-100000@localhost.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 18 Jul 2001, angela wrote: > Date: Wed, 18 Jul 2001 12:43:03 -0400 > From: angela > To: Lanny Baron , > "freebsd-questions@FreeBSD.ORG" > Subject: one & and two && > > Hi Lanny Baron > > > What is differenet one '&' and two '&&' & is the logical "and" condition: a&b=true if (a=true and b=true) (both a and b are checked) && is a 'technical' "and" condition: only check b=true if a=true (anything else would be a waste of time) Uli. *--------------------------------------* | www.pukruppa.de www.2000d.de | | Wuppertal - Germany | *--------------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message