Hello all!
I was trying to compile something a I made with freepascal,
that I suppose was standard, but I can't.
Maybe you can help me.
*******************************************************
program pru;
type
Str:packed array[1..8] of char;
var
s:Str;
begin
readln (s);
writeln ('You have just written that: ',s);
end.
*******************************************************
I let you this snippet that is the thing that I don't
understand.
The message I get is that the type Str can't be read or
written.
PD:Sorry for my english.
I appreciate your help.
Zaka.