[fpc-pascal] Translate C to Pascal

Gene Buckle geneb at deltasoft.com
Wed Jul 30 19:10:09 CEST 2008


> 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.



More information about the fpc-pascal mailing list