comp.lang.ada
 help / color / mirror / Atom feed
* Basics : many way to use a Procedure
@ 2015-12-11 22:19 comicfanzine
  2015-12-12  0:00 ` Jeffrey R. Carter
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: comicfanzine @ 2015-12-11 22:19 UTC (permalink / raw)


Hello !

I'm seeing that some people use procedure with the sign " => " .
What is it ? Any documentation about this ? 

A example =

Ada.Text_IO.Create (
          File => Log_File,
          Name => "my_log_file.txt",
          Mode => Ada.Text_IO.Out_File);


which is very similar to the prototype :

 procedure Open
     (File : in out File_Type;
      Mode : File_Mode;
      Name : String;
      Form : String := "");

Also , is it possible to apply this kind of writing  for this procedure ? =

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


Thanks for your answers :)

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2015-12-14 10:52 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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