Re: Duplicate identifiers in a single namespace

Liste des GroupesRevenir à se design 
Sujet : Re: Duplicate identifiers in a single namespace
De : blockedofcourse (at) *nospam* foo.invalid (Don Y)
Groupes : sci.electronics.design
Date : 21. Oct 2024, 03:31:20
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vf4edp$p7sq$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2
On 10/20/2024 7:06 PM, Don Y wrote:
     // resolve the objects governing the process
     theClock = MyContext=>resolve("Clock")
     theLog = MyContext=>resolve("Log")
     thePrinter = MyContext=>resolve("Printer")
     theDevice = thePrinter=>FriendlyName()
      // process each paycheck
     while( thePaycheck = MyContext=>resolve("Paycheck") ) {
         // get the parameters of interest for this paycheck
         thePayee = thePaycheck=>payee()
         theAmount = thePaycheck=>amount()
         theTime = theClock=>now()
          // print the check
         thePrinter=>write("Pay to the order of "
                           , thePayee
                           , "EXACTLY "
                           , stringify(theAmount)
                           )
          // make a record of the transaction
         theLog=>write("Drafted a disbursement to "
                       , thePayee
                       , " in the amount of "
                       , theAmount
                       , " at "
                       , theTime
                       , " printed on "
                       , FriendlyName
"FriendlyName" s.b. "theDevice"

                       )
          // discard the processed paycheck
         MyContext=>unlink(thePaycheck)
      }
       // no more "Paycheck"s to process

Date Sujet#  Auteur
29 Sep 24 * Duplicate identifiers in a single namespace24Don Y
29 Sep 24 +- Re: Duplicate identifiers in a single namespace1Bill Sloman
29 Sep 24 +* Re: Duplicate identifiers in a single namespace7Jeroen Belleman
29 Sep 24 i+* Re: Duplicate identifiers in a single namespace5Don Y
29 Sep 24 ii`* Re: Duplicate identifiers in a single namespace4Don Y
6 Oct 24 ii `* Re: Duplicate identifiers in a single namespace3Don Y
6 Oct 24 ii  `* Re: Duplicate identifiers in a single namespace2Don Y
10 Oct 24 ii   `- Re: Duplicate identifiers in a single namespace1Don Y
29 Sep 24 i`- Re: Duplicate identifiers in a single namespace1Cursitor Doom
6 Oct 24 +- Re: Duplicate identifiers in a single namespace1Don Y
16 Oct 24 `* Re: Duplicate identifiers in a single namespace14albert
16 Oct 24  +- Re: Duplicate identifiers in a single namespace1Don Y
16 Oct 24  `* Re: Duplicate identifiers in a single namespace12Joe Gwinn
16 Oct 24   `* Re: Duplicate identifiers in a single namespace11Don Y
17 Oct 24    `* Re: Duplicate identifiers in a single namespace10Joe Gwinn
17 Oct 24     `* Re: Duplicate identifiers in a single namespace9Don Y
19 Oct 24      `* Re: Duplicate identifiers in a single namespace8Joe Gwinn
20 Oct 24       `* Re: Duplicate identifiers in a single namespace7Don Y
20 Oct 24        `* Re: Duplicate identifiers in a single namespace6Joe Gwinn
21 Oct 24         `* Re: Duplicate identifiers in a single namespace5Don Y
21 Oct 24          +- Re: Duplicate identifiers in a single namespace1Don Y
23 Oct 24          `* Re: Duplicate identifiers in a single namespace3Joe Gwinn
23 Oct 24           `* Re: Duplicate identifiers in a single namespace2Don Y
23 Oct 24            `- Re: Duplicate identifiers in a single namespace1Don Y

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal