comp.lang.ada
 help / color / mirror / Atom feed
From: AdaMagica <christ-usch.grein@t-online.de>
Subject: Re: Re : Simple call of Procedure with Ada.float_text_IO.Get
Date: Mon, 2 Nov 2015 15:02:08 -0800 (PST)
Date: 2015-11-02T15:02:08-08:00	[thread overview]
Message-ID: <097ed1af-f5a3-4b91-843c-124ae349a49a@googlegroups.com> (raw)
In-Reply-To: <590d628d-41d5-454e-ae4d-a3c72e0ac698@googlegroups.com>

Am Montag, 2. November 2015 22:51:29 UTC+1 schrieb comicf...@gmail.com:
> Yes , but i still don't know how to fix them . It will be simple if you explain me how to fix those errors instead of just explain the errors , by a code .

Do you understand what parameters are?
When you call a subprogram which has parameters, you have to supply actual data items for *each* of them.

procedure P (X: Integer; Y: Float);  -- declaration

P (X => 42);   -- illegal call, Y missing
P (42, 10.0);  -- call OK, both parameters suppllied

  reply	other threads:[~2015-11-02 23:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-02 12:33 Re : Simple call of Procedure with Ada.float_text_IO.Get comicfanzine
2015-11-02 13:03 ` Jacob Sparre Andersen
2015-11-02 14:46   ` comicfanzine
2015-11-02 17:23     ` Jacob Sparre Andersen
2015-11-02 21:51       ` comicfanzine
2015-11-02 23:02         ` AdaMagica [this message]
2015-11-03 11:42           ` comicfanzine
2015-11-03 11:52           ` comicfanzine
2015-11-03 18:40           ` comicfanzine
2015-11-03 19:02             ` Jeffrey R. Carter
2015-11-03 20:27             ` Simon Wright
2015-11-03 23:14               ` comicfanzine
2015-11-03 23:36               ` comicfanzine
2015-11-04 10:30                 ` Simon Wright
2015-11-04 12:39                   ` comicfanzine
2015-11-04 14:37                   ` comicfanzine
2015-11-04 16:06                     ` Simon Wright
2015-11-03  6:44         ` Randy Brukardt
replies disabled

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