t***@engmail.uwaterloo.ca
2004-07-14 00:39:11 UTC
Should our compiler reject procedures that try to assign values to their
parameters? For example, should we reject a file in which we see the following
procedure:
void myProc(int r, int a)
begin
r <- 5*a;
end;
If not, then how should calls to procedures such as this behave?
----------------------------------------
This mail sent through www.mywaterloo.ca
parameters? For example, should we reject a file in which we see the following
procedure:
void myProc(int r, int a)
begin
r <- 5*a;
end;
If not, then how should calls to procedures such as this behave?
----------------------------------------
This mail sent through www.mywaterloo.ca