Merge pull request #58 from UB-CSE443/Dev

Dev
This commit is contained in:
Annie Slenker
2025-05-03 13:15:05 -04:00
committed by GitHub
3 changed files with 60 additions and 12 deletions

View File

@ -28,6 +28,7 @@ function c: string2int_2_integer
function d: iic2b
d(x,y,z) := {
[string: s;integer: s]
return (x < y & z < 'm');
}