updated symbol table entry add order

This commit is contained in:
Partho
2025-05-02 17:22:45 -04:00
parent f2affd8a55
commit c32e85c24b
3 changed files with 50 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');
}