From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,eb6461ca23607ed4 X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: Stopwatch project Date: 1999/04/25 Message-ID: #1/1 X-Deja-AN: 470831966 References: <924946678.23882.0.nnrp-04.c2de4c02@news.demon.co.uk> NNTP-Posting-Date: Sun, 25 Apr 1999 16:02:33 PDT Newsgroups: comp.lang.ada Date: 1999-04-25T00:00:00+00:00 List-Id: "Brian A Crawford" writes: > I am trying to write a programme that will make the computer act as a > stopwatch with lap/split time capabilities. > > I propose to start the programme running then use a get_immediate > e.g. 'S' for start then a number of get_immediates e.g. 'L' for each > lap then get 'T' for stop and 'R' for reset. Why do you want to use Get_Immediate? What's wrong with Get?