comp.lang.ada
 help / color / mirror / Atom feed
From: Ramine <ramine@1.1>
Subject: Re: Here is one other proof
Date: Sun, 27 Dec 2015 20:28:18 -0800
Date: 2015-12-27T20:28:18-08:00	[thread overview]
Message-ID: <n5q317$eck$13@dont-email.me> (raw)
In-Reply-To: <n5q2mn$eck$2@dont-email.me>

Sorry, here is the right example:


===
program test;

var a:integer;


procedure test(b:Longword);
begin
writeln(b)
end;

begin

a:=-3;

try
test(a);

except
writeln('problem!');
end;
end.

==

      parent reply	other threads:[~2015-12-28  4:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <n5q2mn$eck$2@dont-email.me>
2015-12-28  4:26 ` Here is one other proof Ramine
2015-12-28  4:28 ` Ramine [this message]
replies disabled

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