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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6bee08c26af9486d,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!i76g2000hsf.googlegroups.com!not-for-mail From: ryan k Newsgroups: comp.lang.ada Subject: Learning Ada but missing the basics? Date: Mon, 30 Jun 2008 12:01:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: <85e95c57-07c3-42eb-b9b9-eac5fd3d0d65@i76g2000hsf.googlegroups.com> NNTP-Posting-Host: 76.118.182.129 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1214852465 13759 127.0.0.1 (30 Jun 2008 19:01:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 30 Jun 2008 19:01:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i76g2000hsf.googlegroups.com; posting-host=76.118.182.129; posting-account=P8pZ2AoAAAC1YVhYH9ynyBsr7IlwH834 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:962 Date: 2008-06-30T12:01:05-07:00 List-Id: I'm trying to learn Ada because a) I think it's cool to learn new computer languages and b) it looks like a good one. I've gone the through a lot of the tutorials but lets say have package MyPackage and 5 subprograms are in the body. Which procedure is run first? Is it sequential? Is there some sort of equivalent to C's main()? Is a binary created for every package? I guess I don't understand where things start and end. Any help or links are greatly appreciated! Thanks, Ryan Kaskel