[Lazarus] Forum under attack

Mark Morgan Lloyd markMLl.lazarus at telemetry.co.uk
Wed Jan 12 10:27:57 CET 2011


Felipe Monteiro de Carvalho wrote:
> On Tue, Jan 11, 2011 at 10:26 PM, Mark Morgan Lloyd
> <markMLl.lazarus at telemetry.co.uk> wrote:
>> How about a Capcha that was a coding problem?
> 
> Some users do not speak english very well, so they may not understand
> the problem that we are trying to express.

But they speak Pascal, otherwise why are they trying to register?

function a(b, c: integer): integer;

   function d(c, b): integer;

   begin
     b:= c + d
   end;

begin
   a:= d(c, c)
end;

What does a(2, 3) return?

-- 
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]




More information about the Lazarus mailing list