Felipe Monteiro de Carvalho wrote:
On Tue, Jan 11, 2011 at 10:26 PM, Mark Morgan Lloyd
<[email protected]> 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]

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to