comp.lang.ada
 help / color / mirror / Atom feed
From: comicfanzine@gmail.com
Subject: Re: Basics : many way to use a Procedure
Date: Fri, 11 Dec 2015 19:25:21 -0800 (PST)
Date: 2015-12-11T19:25:21-08:00	[thread overview]
Message-ID: <609398a2-9e9c-4736-856d-70b953b356dd@googlegroups.com> (raw)
In-Reply-To: <6caaac83-bca4-4b75-a4b3-47189e281c1a@googlegroups.com>

Edit : Sorry for the mistake .

I'm trying to understand the A.R.M .
When programming , it's difficult to apply it .

No , in fact , i'm lost... :

actual_parameter_part ::= 
    (parameter_association {, parameter_association})

parameter_association ::= 
   [formal_parameter_selector_name =>] explicit_actual_parameter

explicit_actual_parameter ::= expression | variable_name

------- Each time i code , i'm getting a long list of errors .

I tried to apply the A.R.M with this , without success :

procedure Gtk_New
      (Window   : out Gtk_Window;
       The_Type : Gtk.Enums.Gtk_Window_Type := Gtk.Enums.Window_Toplevel);

And i still don't find a tutorial or code example who explain simply those strange writin forms :(

  parent reply	other threads:[~2015-12-12  3:25 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-11 22:19 Basics : many way to use a Procedure comicfanzine
2015-12-12  0:00 ` Jeffrey R. Carter
2015-12-12  3:25 ` comicfanzine [this message]
2015-12-12  8:01   ` Niklas Holsti
2015-12-12 10:59   ` mockturtle
2015-12-14 10:52   ` Mark Lorenzen
2015-12-12 10:47 ` Lucretia
2015-12-12 14:41 ` comicfanzine
2015-12-12 17:11   ` Jeffrey R. Carter
2015-12-12 19:28   ` Simon Wright
2015-12-12 19:59     ` comicfanzine
2015-12-12 20:06     ` comicfanzine
2015-12-12 20:31       ` Simon Wright
2015-12-12 21:54         ` comicfanzine
2015-12-12 22:15         ` comicfanzine
2015-12-12 22:33           ` Jeffrey R. Carter
2015-12-13 15:22             ` comicfanzine
2015-12-13 15:29             ` comicfanzine
2015-12-13 15:34             ` comicfanzine
replies disabled

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