comp.lang.ada
 help / color / mirror / Atom feed
From: Gautier write-only <gautier_niouzes@hotmail.com>
Subject: Re: Ada Leaking Into Day Job
Date: Mon, 22 Mar 2010 02:53:27 -0700 (PDT)
Date: 2010-03-22T02:53:27-07:00	[thread overview]
Message-ID: <792ea35a-2001-4d52-9ba2-4b3a3850d160@t41g2000yqt.googlegroups.com> (raw)
In-Reply-To: Xns9D40887322788WarrensBlatherings@188.40.43.245

It is more the "Ada style" that has leaked in my VB coding, like

    Sub Mix(ByVal code As Char, ....
        ' declarations here and not scattered anywhere...
        Dim li As String
        Dim bid As String
        Dim fi, fo As Integer
        Dim first_line As Boolean
        ' begin
        first_line = True
        '
        fi = FreeFile()
        FileOpen(fi, name_1, OpenMode.Input)
        While Not EOF(fi)
          ...

Now I've simplified things, making GCC leaking itself into the day
job :-).
G.



  parent reply	other threads:[~2010-03-22  9:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-19 17:24 Ada Leaking Into Day Job Warren
2010-03-19 21:53 ` Adam Beneschan
2010-03-21  0:21   ` Björn Persson
2010-03-22 15:18     ` Warren
2010-03-22  9:53 ` Gautier write-only [this message]
2010-03-22 16:55 ` KarlNyberg
2010-03-22 17:07   ` Gautier write-only
2010-03-24 21:48     ` Gautier write-only
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox