How to translate this:

struct a;


er...

Closest would be:

type
    record = foo
       bar  : integer;
    end;

var
   a  : foo;


I _think_.

g.

--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to