Merge pull request #67 from UB-CSE443/FunctionCalls

Function calls
This commit is contained in:
Annie Slenker
2025-05-04 19:32:16 -04:00
committed by GitHub
3 changed files with 75 additions and 27 deletions

View File

@ -29,7 +29,8 @@ function c: string2int_2_integer
function d: iic2b
d(x,y,z) := {
return (x < y & z < 'm');
[string: s]
return 0;
}
function entry: string2int