From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id CAA01089; Sun, 17 Jun 2001 02:09:17 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id CAA01088 for ; Sun, 17 Jun 2001 02:09:16 +0200 (MET DST) Received: from ip208.usw4.rb1.pdx.nwlink.com (ip208.usw4.rb1.pdx.nwlink.com [209.20.133.208]) by nez-perce.inria.fr (8.11.1/8.10.0) with SMTP id f5H09Fn24674 for ; Sun, 17 Jun 2001 02:09:15 +0200 (MET DST) Received: (qmail 10938 invoked by uid 500); 17 Jun 2001 00:09:09 -0000 Date: Sat, 16 Jun 2001 17:09:09 -0700 From: leary@nwlink.com To: caml Subject: [Caml-list] Newbie: declarations Message-ID: <20010616170909.B10922@jean> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Is there a way to declare a variable and not initialize it, like C? int i; i = 0; More to the point, is there a way to declare a record variable without listing/initializing all the fields? If yes, what are the default values? ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr