[fpc-pascal] readonly variables
Markus Glugla
fpc at xgelb.de
Sat Nov 28 13:55:22 CET 2009
Hello,
is it possible to set a variable in a programm as a readonly variable?
I would set a variable at a position in the runing programm. Since this
time the variable should be readonly. The next set of the variable
should produce an error.
In bash programming you found a command "readonly" making this effect.
Is there a command for FreePascal?
Thanks,
Markus
program readonly;
...
v:=1; // At this position it should be readonly.
...
end.
More information about the fpc-pascal
mailing list